Searched refs:GetTTI (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 206 : GetAssumptionCache(GetAC), GetTTI(GTTI), GetBFI(GBFI), PSI(ProfSI) {} in PartialInlinerImpl() 269 std::function<TargetTransformInfo &(Function &)> *GetTTI; member 369 std::function<TargetTransformInfo &(Function &)> GetTTI = in runOnModule() local 374 return PartialInlinerImpl(&GetAssumptionCache, &GetTTI, NoneType::None, PSI) in runOnModule() 765 auto &CalleeTTI = (*GetTTI)(*Callee); in shouldPartialInline() 1500 std::function<TargetTransformInfo &(Function &)> GetTTI = in run() local 1507 if (PartialInlinerImpl(&GetAssumptionCache, &GetTTI, {GetBFI}, PSI) in run()
|
D | SampleProfile.cpp | 190 GetTTI(std::move(GetTargetTransformInfo)), Filename(Name), in SampleProfileLoader() 266 std::function<TargetTransformInfo &(Function &)> GetTTI; member in __anonf6fa5b320111::SampleProfileLoader 728 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC, in inlineCallInstruction() 1613 auto GetTTI = [&](Function &F) -> TargetTransformInfo & { in run() local 1619 IsThinLTOPreLink, GetAssumptionCache, GetTTI); in run()
|
D | GlobalOpt.cpp | 2216 function_ref<TargetTransformInfo &(Function &)> GetTTI, in OptimizeFunctions() argument 2273 TargetTransformInfo &TTI = GetTTI(*F); in OptimizeFunctions() 2890 function_ref<TargetTransformInfo &(Function &)> GetTTI, in optimizeGlobalsInModule() argument 2914 LocalChange |= OptimizeFunctions(M, TLI, GetTTI, GetBFI, LookupDomTree, in optimizeGlobalsInModule() 2952 auto GetTTI = [&FAM](Function &F) -> TargetTransformInfo & { in run() local 2960 if (!optimizeGlobalsInModule(M, DL, &TLI, GetTTI, GetBFI, LookupDomTree)) in run() 2983 auto GetTTI = [this](Function &F) -> TargetTransformInfo & { in runOnModule() local 2991 return optimizeGlobalsInModule(M, DL, TLI, GetTTI, GetBFI, LookupDomTree); in runOnModule()
|