Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp54 InlineCost getInlineCost(CallSite CS) override;
92 InlineCost AlwaysInliner::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInliner
DInlineSimple.cpp61 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon97a842770111::SimpleInliner
64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
DInliner.cpp272 InlineCost IC2 = getInlineCost(CS2); in shouldBeDeferred()
304 InlineCost IC = getInlineCost(CS); in shouldInline()
/external/llvm/include/llvm/Analysis/
DInlineCost.h113 InlineCost getInlineCost(CallSite CS, int DefaultThreshold,
122 InlineCost getInlineCost(CallSite CS, Function *Callee, int DefaultThreshold,
/external/llvm-project/llvm/lib/Transforms/IPO/
DInlineSimple.cpp54 InlineCost getInlineCost(CallBase &CB) override { in getInlineCost() function in __anon9b38c5250111::SimpleInliner
71 return llvm::getInlineCost(CB, Params, TTI, GetAssumptionCache, GetTLI, in getInlineCost()
DAlwaysInliner.cpp150 InlineCost getInlineCost(CallBase &CB) override;
185 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallBase &CB) { in getInlineCost() function in AlwaysInlinerLegacyPass
DInliner.cpp556 [&](CallBase &CB) { return getInlineCost(CB); }, LegacyAARGetter(*this), in inlineCalls()
DSampleProfile.cpp949 getInlineCost(CB, Params, GetTTI(*CalledFunction), GetAC, GetTLI); in inlineCallInstruction()
973 InlineCost Cost = getInlineCost(CallInst, getInlineParams(), GetTTI(*Callee), in shouldInlineColdCallee()
DPartialInlining.cpp786 getInlineCost(CB, getInlineParams(), CalleeTTI, GetAssumptionCache, in shouldPartialInline()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp71 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/
DAMDGPUInline.cpp72 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/
DInlineSimple.cpp55 InlineCost getInlineCost(CallSite CS) override { in getInlineCost() function in __anon3e6ed0190111::SimpleInliner
72 return llvm::getInlineCost( in getInlineCost()
DAlwaysInliner.cpp119 InlineCost getInlineCost(CallSite CS) override;
154 InlineCost AlwaysInlinerLegacyPass::getInlineCost(CallSite CS) { in getInlineCost() function in AlwaysInlinerLegacyPass
DInliner.cpp770 [this](CallSite CS) { return getInlineCost(CS); }, LegacyAARGetter(*this), in inlineCalls()
1016 return getInlineCost(cast<CallBase>(*CS.getInstruction()), Params, in run()
DSampleProfile.cpp904 getInlineCost(cast<CallBase>(*I), Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction()
931 getInlineCost(cast<CallBase>(CallInst), getInlineParams(), in shouldInlineColdCallee()
DPartialInlining.cpp780 InlineCost IC = getInlineCost(cast<CallBase>(*Call), getInlineParams(), in shouldPartialInline()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h215 InlineCost getInlineCost(
227 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
/external/llvm-project/llvm/include/llvm/Analysis/
DInlineCost.h226 getInlineCost(CallBase &Call, const InlineParams &Params,
240 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h56 virtual InlineCost getInlineCost(CallSite CS) = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DInliner.h54 virtual InlineCost getInlineCost(CallSite CS) = 0;
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DInliner.h56 virtual InlineCost getInlineCost(CallBase &CB) = 0;
/external/llvm/lib/Analysis/
DInlineCost.cpp1447 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/
DInlineAdvisor.cpp112 return getInlineCost(CB, Params, CalleeTTI, GetAssumptionCache, GetTLI, in getDefaultInlineAdvice()
DInlineCost.cpp2292 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/
DInlineCost.cpp2105 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