Searched refs:DirectCallee (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 218 Function *DirectCallee = Symtab->getFunction(Target); in isPromotionLegal() local 219 if (DirectCallee == nullptr) in isPromotionLegal() 224 Type *FuncRetType = DirectCallee->getReturnType(); in isPromotionLegal() 231 FunctionType *DirectCalleeType = DirectCallee->getFunctionType(); in isPromotionLegal() 250 TargetFunction = DirectCallee; in isPromotionLegal() 311 static void createIfThenElse(Instruction *Inst, Function *DirectCallee, in createIfThenElse() argument 324 BBBuilder.CreateBitCast(DirectCallee, Type::getInt8PtrTy(Ctx), ""); in createIfThenElse() 426 Function *DirectCallee) { in insertCallRetCast() argument 431 Type *FuncRetType = DirectCallee->getReturnType(); in insertCallRetCast() 454 Function *DirectCallee, in createDirectCallInst() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 297 Function *DirectCallee, in promoteIndirectCall() argument 310 promoteCallWithIfThenElse(CallSite(Inst), DirectCallee, BranchWeights); in promoteIndirectCall() 324 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 1042 const FunctionDecl *DirectCallee = OpCE->getDirectCallee(); in getSimpleCall() local 1043 if (const CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DirectCallee)) in getSimpleCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1361 const Value *DirectCallee = CS.getCalledFunction(); in getArgumentAlignment() local 1363 if (!DirectCallee) { in getArgumentAlignment() 1388 DirectCallee = CalleeV; in getArgumentAlignment() 1394 if (DirectCallee) in getArgumentAlignment() 1395 if (getAlign(*cast<Function>(DirectCallee), Idx, Align)) in getArgumentAlignment()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1011 const Value *DirectCallee = CS->getCalledFunction(); in getArgumentAlignment() local 1013 if (!DirectCallee) { in getArgumentAlignment() 1038 DirectCallee = CalleeV; in getArgumentAlignment() 1044 if (DirectCallee) in getArgumentAlignment() 1045 if (llvm::getAlign(*cast<Function>(DirectCallee), Idx, Align)) in getArgumentAlignment()
|