Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDIROutliner.h204 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) { in IROutliner()
329 function_ref<TargetTransformInfo &(Function &)> getTTI; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXLowerAggrCopies.cpp66 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDUniformityAnalysis.cpp171 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDAssumptionCache.cpp258 auto *TTI = TTIWP ? &TTIWP->getTTI(F) : nullptr; in getAssumptionCache()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDExpandReductions.cpp164 const auto *TTI =&getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDPreISelIntrinsicLowering.cpp413 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnModule()
HDDwarfEHPrepare.cpp355 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDHardwareLoops.cpp242 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDInterleavedLoadCombinePass.cpp1332 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F), in runOnFunction()
HDTypePromotion.cpp1031 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDExpandVectorPredication.cpp885 const auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDPartiallyInlineLibCalls.cpp194 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDSpeculativeExecution.cpp148 auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDSimplifyCFGPass.cpp405 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDLoopDataPrefetch.cpp207 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDNaryReassociate.cpp177 auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDStraightLineStrengthReduce.cpp675 auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDTailRecursionElimination.cpp922 F, &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F), in runOnFunction()
HDMergeICmps.cpp884 const auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
HDConstantHoisting.cpp151 Impl.runImpl(Fn, getAnalysis<TargetTransformInfoWrapperPass>().getTTI(Fn), in runOnFunction()
HDSeparateConstOffsetFromGEP.cpp1172 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLocalizer.cpp44 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(MF.getFunction()); in init()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUUnifyDivergentExitNodes.cpp339 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDMVETailPredication.cpp132 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDIROutliner.cpp2488 TargetTransformInfo &TTI = getTTI(*Region->StartBB->getParent()); in findBenefitFromAllRegions()
2532 TargetTransformInfo &TTI = getTTI(*Region->StartBB->getParent()); in findCostOutputReloads()
2646 getTTI(*CurrentGroup.Regions[0]->Candidate->getFunction()); in findCostBenefit()

12