/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 842 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 …]
|
D | EscapeEnumerator.cpp | 72 F.setPersonalityFn(cast<Constant>(PersFn.getCallee())); in Next()
|
D | ModuleUtils.cpp | 182 .getCallee()); in getOrCreateInitFunction()
|
D | PredicateInfo.cpp | 528 .getCallee()); in getCopyDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 106 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;
|
D | Instructions.h | 1497 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 …]
|
D | DerivedTypes.h | 189 Value *getCallee() { return Callee; } in getCallee() function
|
D | IRBuilder.h | 1036 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,
|
D | InstrTypes.h | 1347 setCalledFunction(Fn.getFunctionType(), Fn.getCallee());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 300 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()
|
D | X86ISelLowering.cpp | 2498 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/ |
D | DataFlowSanitizer.cpp | 688 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 …]
|
D | HWAddressSanitizer.cpp | 1469 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/ |
D | CrossDSOCFI.cpp | 108 Function *F = cast<Function>(C.getCallee()); in buildCFICheck()
|
D | WholeProgramDevirt.cpp | 1711 .getCallee()); in importResolution() 1758 .getCallee()); in importResolution()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PreISelIntrinsicLowering.cpp | 82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
|
D | WasmEHPrepare.cpp | 253 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/ |
D | OMPIRBuilder.cpp | 475 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/ |
D | ObjCARCContract.cpp | 341 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/ |
D | AMDGPULibCalls.cpp | 227 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/ |
D | Instructions.cpp | 69 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()
|
D | Function.cpp | 1118 .getCallee()); in getDeclaration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1481 .getCallee(); in makeStatepointExplicitImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 13229 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/ |
D | ARMISelLowering.cpp | 16837 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) in insertSSPDeclarations()
|