Home
last modified time | relevance | path

Searched refs:setCalledFunction (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp113 CI->setCalledFunction(FCache); in lowerMASSVCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h1341 void setCalledFunction(Function *Fn) {
1342 setCalledFunction(Fn->getFunctionType(), Fn);
1346 void setCalledFunction(FunctionCallee Fn) {
1347 setCalledFunction(Fn.getFunctionType(), Fn.getCallee());
1352 void setCalledFunction(FunctionType *FTy, Value *Fn) {
DCallSite.h130 void setCalledFunction(Value *V) { in setCalledFunction() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp149 cast<CallInst>(Retain)->setCalledFunction(Decl); in optimizeRetainCall()
200 Retain->setCalledFunction(Decl); in contractAutorelease()
DObjCARCOpts.cpp644 cast<CallInst>(RetainRV)->setCalledFunction(NewDecl); in OptimizeRetainRVCall()
749 AutoreleaseRVCI->setCalledFunction(NewDecl); in OptimizeAutoreleaseRVCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp54 CS.setCalledFunction(ResumeAddr); in lowerResumeOrDestroy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp251 R.first->setCalledFunction(R.second); in process()
DAMDGPULibCalls.cpp566 aCI->setCalledFunction(F); in useNative()
812 CI->setCalledFunction(FPExpr); in replaceWithNative()
DAMDGPUTargetTransformInfo.cpp687 II->setCalledFunction(NewDecl); in rewriteIntrinsicWithAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2443 New->setCalledFunction(IPrintFFn); in optimizePrintF()
2456 New->setCalledFunction(SmallPrintFFn); in optimizePrintF()
2541 New->setCalledFunction(SIPrintFFn); in optimizeSPrintF()
2554 New->setCalledFunction(SmallSPrintFFn); in optimizeSPrintF()
2716 New->setCalledFunction(FIPrintFFn); in optimizeFPrintF()
2729 New->setCalledFunction(SmallFPrintFFn); in optimizeFPrintF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1559 CS.setCalledFunction(F); in visitCallSite()
1565 CS.setCalledFunction(F); in visitCallSite()
1569 CS.setCalledFunction(F); in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp275 II->setCalledFunction(NewDecl); in rewriteIntrinsicOperands()
DMemCpyOptimizer.cpp1238 M->setCalledFunction(Intrinsic::getDeclaration(M->getModule(), in processMemMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1842 CI.setCalledFunction(Intrinsic::getDeclaration(M, MemCpyID, Tys)); in visitCallInst()
4465 cast<CallBase>(OldCall)->setCalledFunction( in visitCallBase()
4971 Call.setCalledFunction(FTy, NewCallee); in transformCallThroughTrampoline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp890 VCallSite.CS.setCalledFunction(ConstantExpr::getBitCast( in applySingleImplDevirt()
DGlobalOpt.cpp713 CS.setCalledFunction(NewV); in OptimizeAwayTrappingUsesOfValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3511 CI->setCalledFunction(NewFn); in UpgradeIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5280 CallSite(*UI++).setCalledFunction(I.second); in materialize()