HomeSort by relevance Sort by last modified time
    Searched refs:GetTTI (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 206 : GetAssumptionCache(GetAC), GetTTI(GTTI), GetBFI(GBFI), PSI(ProfSI) {}
269 std::function<TargetTransformInfo &(Function &)> *GetTTI;
369 std::function<TargetTransformInfo &(Function &)> GetTTI =
371 return TTIWP->getTTI(F);
374 return PartialInlinerImpl(&GetAssumptionCache, &GetTTI, NoneType::None, PSI)
765 auto &CalleeTTI = (*GetTTI)(*Callee);
    [all...]
SampleProfile.cpp 190 GetTTI(std::move(GetTargetTransformInfo)), Filename(Name),
266 std::function<TargetTransformInfo &(Function &)> GetTTI;
319 return TTIWP->getTTI(F);
728 InlineCost Cost = getInlineCost(CS, Params, GetTTI(*CalledFunction), GetAC,
    [all...]
GlobalOpt.cpp     [all...]

Completed in 120 milliseconds