Home
last modified time | relevance | path

Searched refs:GetTargetTransformInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp310 std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo) in SampleProfileLoader() argument
312 GetTTI(std::move(GetTargetTransformInfo)), CoverageTracker(*this), in SampleProfileLoader()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp461 std::function<TargetTransformInfo &(Function &)> GetTargetTransformInfo, in SampleProfileLoader() argument
465 GetTTI(std::move(GetTargetTransformInfo)), GetTLI(std::move(GetTLI)), in SampleProfileLoader()