Home
last modified time | relevance | path

Searched defs:NewCall (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp59 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in runOnFunction() local
DInlineFunction.cpp1127 Instruction *NewCall = dyn_cast<Instruction>(VMI->second); in UpdateCallGraphAfterInlining() local
DLocal.cpp1347 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, OpBundles, in changeToCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp55 CallInst *NewCall = in runImpl() local
DInlineFunction.cpp1205 Instruction *NewCall = dyn_cast<Instruction>(VMI->second); in UpdateCallGraphAfterInlining() local
DLocal.cpp1947 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, OpBundles, in changeToCall() local
DSimplifyLibCalls.cpp1019 CallInst *NewCall = B.CreateCall(F, V); in replaceUnaryCall() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp513 CallInst *NewCall; in processLoopStridedStore() local
619 CallInst *NewCall = in processLoopStoreOfLoopLoad() local
DSimplifyCFGPass.cpp94 CallInst *NewCall = CallInst::Create(II->getCalledValue(), Args, "", II); in ChangeToCall() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp178 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport() local
258 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke() local
DInlineFunction.cpp700 Instruction *NewCall = dyn_cast<Instruction>(VMI->second); in UpdateCallGraphAfterInlining() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp419 CallInst *NewCall = IRB.CreateCall(getInvokeWrapper(CI), Args); in wrapInvoke() local
824 CallInst *NewCall = IRB.CreateCall(II->getCalledValue(), Args); in runEHOnFunction() local
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp355 auto *NewCall = in instrumentCall() local
DIceTargetLoweringX8664.cpp620 Inst *NewCall = nullptr; in emitCallToTarget() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp805 CallInst *NewCall; in processLoopStridedStore() local
935 CallInst *NewCall = in processLoopStoreOfLoopLoad() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp1311 CallInst *NewCall = Builder.CreateCall(NewFn, {BC0, BC1}, Name); in UpgradeIntrinsicCall() local
1331 CallInst *NewCall = Builder.CreateCall(NewFn, Args); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2060 Value *NewCall = Builder.CreateIntrinsic(NewIID, { X, Y }, II); in visitCallInst() local
3285 CallInst *NewCall = Builder.CreateCall(II->getCalledFunction(), in visitCallInst() local
3458 CallInst *NewCall = nullptr; in visitCallInst() local
3548 CallInst *NewCall = Builder.CreateCall(NewF, Args); in visitCallInst() local
3610 CallInst *NewCall = Builder.CreateCall(NewF, Args); in visitCallInst() local
DInstCombineSimplifyDemanded.cpp1003 CallInst *NewCall = Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp839 CallInst *NewCall in handleAlloca() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp900 CallInst *NewCall = Builder.CreateCall( in handleAlloca() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp915 CallInst *NewCall; in processLoopStridedStore() local
1043 CallInst *NewCall = nullptr; in processLoopStoreOfLoopLoad() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp327 auto *NewCall = CallInst::Create(NF, Args, OpBundles, "", Call); in doPromotion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp823 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "", in OptimizeIndividualCalls() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp775 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "", in OptimizeIndividualCalls() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2155 CallInst *NewCall; in processCopyingStore() local

12