Home
last modified time | relevance | path

Searched refs:getCallee (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp842 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitLibCall()
924 dyn_cast<Function>(MemCpy.getCallee()->stripPointerCasts())) in emitMemCpyChk()
1059 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitUnaryFloatFnCallHelper()
1101 dyn_cast<Function>(Callee.getCallee()->stripPointerCasts())) in emitBinaryFloatFnCallHelper()
1147 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts())) in emitPutChar()
1164 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
1185 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutC()
1205 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutCUnlocked()
1224 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutS()
1243 dyn_cast<Function>(F.getCallee()->stripPointerCasts())) in emitFPutSUnlocked()
[all …]
DEscapeEnumerator.cpp72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
DModuleUtils.cpp182 .getCallee()); in getOrCreateInitFunction()
DPredicateInfo.cpp528 .getCallee()); in getCopyDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h106 return *getCallee(); in getCalledValue()
135 *getCallee() = V; in setCalledFunction()
155 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee()
667 IterTy getCallee() const { in getCallee() function
693 User::op_iterator getCallee() const;
DInstructions.h1497 return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
1505 return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
1512 return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
1518 return Create(Func.getFunctionType(), Func.getCallee(), NameStr,
1524 return Create(Func.getFunctionType(), Func.getCallee(), Args, NameStr,
1531 return Create(Func.getFunctionType(), Func.getCallee(), Args, Bundles,
3756 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3765 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3772 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
3780 return Create(Func.getFunctionType(), Func.getCallee(), IfNormal,
[all …]
DDerivedTypes.h189 Value *getCallee() { return Callee; } in getCallee() function
DIRBuilder.h1036 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
1044 return CreateInvoke(Callee.getFunctionType(), Callee.getCallee(),
1094 return CreateCallBr(Callee.getFunctionType(), Callee.getCallee(),
1102 return CreateCallBr(Callee.getFunctionType(), Callee.getCallee(),
2443 return CreateCall(Callee.getFunctionType(), Callee.getCallee(), Args, Name,
2450 return CreateCall(Callee.getFunctionType(), Callee.getCallee(), Args,
DInstrTypes.h1347 setCalledFunction(Fn.getFunctionType(), Fn.getCallee());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp300 cast<Function>(CxxLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
356 cast<Function>(SehLongjmpUnwind.getCallee()->stripPointerCasts()) in emitExceptionRegistrationRecord()
471 OptionalArgs.push_back(CxxLongjmpUnwind.getCallee()); in rewriteSetJmpCallSite()
475 OptionalArgs.push_back(SehLongjmpUnwind.getCallee()); in rewriteSetJmpCallSite()
766 SetJmp3.getCallee()->stripPointerCasts()) in addStateStores()
DX86ISelLowering.cpp2498 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) { in insertSSPDeclarations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp688 Function *F = dyn_cast<Function>(C.getCallee()); in getOrBuildTrampolineFunction()
713 return cast<Constant>(C.getCallee()); in getOrBuildTrampolineFunction()
790 &i != DFSanUnionFn.getCallee()->stripPointerCasts() && in runOnModule()
791 &i != DFSanCheckedUnionFn.getCallee()->stripPointerCasts() && in runOnModule()
792 &i != DFSanUnionLoadFn.getCallee()->stripPointerCasts() && in runOnModule()
793 &i != DFSanUnimplementedFn.getCallee()->stripPointerCasts() && in runOnModule()
794 &i != DFSanSetLabelFn.getCallee()->stripPointerCasts() && in runOnModule()
795 &i != DFSanNonzeroLabelFn.getCallee()->stripPointerCasts() && in runOnModule()
796 &i != DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in runOnModule()
1548 if (F == DFSF.DFS.DFSanVarargWrapperFn.getCallee()->stripPointerCasts()) in visitCallSite()
[all …]
DHWAddressSanitizer.cpp1469 IRB.CreateBitCast(UnwindGetGR.getCallee(), Int8PtrTy), in instrumentPersonalityFunctions()
1470 IRB.CreateBitCast(UnwindGetCFA.getCallee(), Int8PtrTy)}); in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp108 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
DWholeProgramDevirt.cpp1711 .getCallee()); in importResolution()
1758 .getCallee()); in importResolution()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
DWasmEHPrepare.cpp253 if (Function *F = dyn_cast<Function>(CallPersonalityF.getCallee())) in prepareEHPads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp475 if (CI && CI->getCalledFunction() == TIDRTLFn.getCallee()) { in CreateParallel()
550 if (auto *F = dyn_cast<llvm::Function>(RTLFn.getCallee())) { in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp341 return createCallInst(Func.getFunctionType(), Func.getCallee(), Args, NameStr, in createCallInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp227 if (Function *F = dyn_cast<Function>(Callee.getCallee())) in INITIALIZE_PASS_DEPENDENCY()
236 if (Function *F = dyn_cast<Function>(Callee.getCallee())) in CreateCallEx2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp69 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite
594 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()
680 if (Function *F = dyn_cast<Function>(FreeFunc.getCallee())) in createFree()
DFunction.cpp1118 .getCallee()); in getDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1481 .getCallee(); in makeStatepointExplicitImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13229 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) { in insertSSPDeclarations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16837 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) in insertSSPDeclarations()