/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 54 InlineCost getInlineCost(CallSite CS) override; 92 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInliner
|
D | InlineSimple.cpp | 61 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon97a842770111::SimpleInliner 64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
|
D | Inliner.cpp | 272 InlineCost IC2 = getInlineCost(CS2); in shouldBeDeferred() 304 InlineCost IC = getInlineCost(CS); in shouldInline()
|
/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 113 InlineCost getInlineCost(CallSite CS, int DefaultThreshold, 122 InlineCost getInlineCost(CallSite CS, Function *Callee, int DefaultThreshold,
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 54 InlineCost getInlineCost(CallBase &CB) override { in getInlineCost() function in __anon9b38c5250111::SimpleInliner 71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI, in getInlineCost()
|
D | AlwaysInliner.cpp | 150 InlineCost getInlineCost(CallBase &CB) override; 185 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { in getInlineCost() function in AlwaysInlinerLegacyPass
|
D | Inliner.cpp | 556 [&](CallBase &CB) { return getInlineCost(CB); }, LegacyAARGetter(*this), in inlineCalls()
|
D | SampleProfile.cpp | 949 getInlineCost(CB, Params, GetTTI(*CalledFunction), GetAC, GetTLI); in inlineCallInstruction() 973 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee()
|
D | PartialInlining.cpp | 786 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 71 InlineCost getInlineCost(CallBase &CB) override; 176 InlineCost AMDGPUInliner::getInlineCost(CallBase &CB) { in getInlineCost() function in AMDGPUInliner 215 auto IC = llvm::getInlineCost(CB, Callee, LocalParams, TTI, in getInlineCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 72 InlineCost getInlineCost(CallSite CS) override; 177 InlineCost AMDGPUInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AMDGPUInliner 217 auto IC = llvm::getInlineCost(cast<CallBase>(*CS.getInstruction()), Callee, in getInlineCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | InlineSimple.cpp | 55 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon3e6ed0190111::SimpleInliner 72 return llvm::getInlineCost( in getInlineCost()
|
D | AlwaysInliner.cpp | 119 InlineCost getInlineCost(CallSite CS) override; 154 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInlinerLegacyPass
|
D | Inliner.cpp | 770 [this](CallSite CS) { return getInlineCost(CS); }, LegacyAARGetter(*this), in inlineCalls() 1016 return getInlineCost(cast<CallBase>(*CS.getInstruction()), Params, in run()
|
D | SampleProfile.cpp | 904 getInlineCost(cast<CallBase>(*I), Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction() 931 getInlineCost(cast<CallBase>(CallInst), getInlineParams(), in shouldInlineColdCallee()
|
D | PartialInlining.cpp | 780 InlineCost IC = getInlineCost(cast<CallBase>(*Call), getInlineParams(), in shouldPartialInline()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 215 InlineCost getInlineCost( 227 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 226 getInlineCost(CallBase &Call, const InlineParams &Params, 240 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 56 virtual InlineCost getInlineCost(CallSite CS) = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 54 virtual InlineCost getInlineCost(CallSite CS) = 0;
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | Inliner.h | 56 virtual InlineCost getInlineCost(CallBase &CB) = 0;
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1447 InlineCost llvm::getInlineCost(CallSite CS, int DefaultThreshold, in getInlineCost() function in llvm 1451 return getInlineCost(CS, CS.getCalledFunction(), DefaultThreshold, CalleeTTI, in getInlineCost() 1468 InlineCost llvm::getInlineCost(CallSite CS, Function *Callee, in getInlineCost() function in llvm
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineAdvisor.cpp | 112 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
|
D | InlineCost.cpp | 2292 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm 2298 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI, in getInlineCost() 2404 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 2105 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm 2110 return getInlineCost(Call, Call.getCalledFunction(), Params, CalleeTTI, in getInlineCost() 2114 InlineCost llvm::getInlineCost( in getInlineCost() function in llvm
|