Home
last modified time | relevance | path

Searched defs:NewCall (Results 1 – 25 of 27) 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-10.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp55 CallInst *NewCall = in runImpl() local
DLocal.cpp1962 CallInst *NewCall = CallInst::Create(II->getFunctionType(), in createCallMatchingInvoke() local
1973 CallInst *NewCall = createCallMatchingInvoke(II); in changeToCall() local
DInlineFunction.cpp1211 auto *NewCall = dyn_cast<CallBase>(VMI->second); in UpdateCallGraphAfterInlining() local
DSimplifyLibCalls.cpp1269 CallInst *NewCall = B.CreateCall(F, V); in replaceUnaryCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp230 void CallGraphNode::replaceCallEdge(CallBase &Call, CallBase &NewCall, in replaceCallEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp400 CallInst *NewCall = IRB.CreateCall(getInvokeWrapper(CI), Args); in wrapInvoke() local
772 CallInst *NewCall = in runEHOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2191 Value *NewCall = Builder.CreateBinaryIntrinsic(NewIID, X, Y, II); in visitCallInst() local
2222 Instruction *NewCall = Builder.CreateBinaryIntrinsic( in visitCallInst() local
3579 CallInst *NewCall = Builder.CreateCall(II->getCalledFunction(), in visitCallInst() local
3741 CallInst *NewCall = nullptr; in visitCallInst() local
3828 CallInst *NewCall = Builder.CreateCall(NewF, Args); in visitCallInst() local
3924 CallInst *NewCall = Builder.CreateCall(NewF, Args); in visitCallInst() local
4761 CallBase *NewCall; in transformConstExprCastCall() local
DInstCombineSimplifyDemanded.cpp1082 CallInst *NewCall = Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp805 CallInst *NewCall; in processLoopStridedStore() local
935 CallInst *NewCall = in processLoopStoreOfLoopLoad() local
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp355 auto *NewCall = in instrumentCall() local
DIceTargetLoweringMIPS32.cpp3508 Inst *NewCall; in lowerCall() local
DIceTargetLoweringX8664.cpp2350 Inst *NewCall = emitCallToTarget(CallTarget, ReturnReg, NumVariadicFpArgs); in lowerCall() 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/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp839 CallInst *NewCall in handleAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp926 CallInst *NewCall = Builder.CreateCall( in handleAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp947 CallInst *NewCall; in processLoopStridedStore() local
1082 CallInst *NewCall = nullptr; in processLoopStoreOfLoopLoad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp333 auto *NewCall = CallInst::Create(NF, Args, OpBundles, "", Call); in doPromotion() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3428 Value *NewCall = Builder.CreateCall( in UpgradeIntrinsicCall() local
3513 CallInst *NewCall = nullptr; in UpgradeIntrinsicCall() local
3933 CallInst *NewCall = Builder.CreateCall(NewFuncTy, NewFn, Args); in UpgradeARCRuntime() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp775 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "", in OptimizeIndividualCalls() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp984 CallInst *NewCall = in OptimizeIndividualCallImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp2159 CallInst *NewCall; in processCopyingStore() local
/external/clang/lib/CodeGen/
DCGBuiltin.cpp2212 auto NewCall = Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, in EmitBuiltinExpr() local

12