HomeSort by: relevance | last modified time | path
    Searched refs:getTTI (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h 168 : getTTI(GTTI), getIRSI(GIRSI), getORE(GORE) {}
276 function_ref<TargetTransformInfo &(Function &)> getTTI;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CostModel.cpp 95 TTI = TTIWP ? &TTIWP->getTTI(F) : nullptr;
LegacyDivergenceAnalysis.cpp 326 TargetTransformInfo &TTI = TTIWP->getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
InlineSimple.cpp 56 TargetTransformInfo &TTI = TTIWP->getTTI(*Callee);
IROutliner.cpp 1291 TargetTransformInfo &TTI = getTTI(*Region->StartBB->getParent());
1306 TargetTransformInfo &TTI = getTTI(*Region->StartBB->getParent());
1403 getTTI(*CurrentGroup.Regions[0]->Candidate->getFunction());
1717 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
HotColdSplitting.cpp 617 TargetTransformInfo &TTI = GetTTI(F);
733 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerIntrinsics.cpp 89 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*ParentFunc);
AMDGPUUnifyDivergentExitNodes.cpp 231 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 66 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 51 function_ref<TargetTransformInfo &(Function &)> GetTTI, bool LazyBFI) {
74 TargetTransformInfo &TTI = GetTTI(F);
121 auto GetTTI = [this](Function &F) -> TargetTransformInfo & {
122 return this->getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
125 return runCGProfilePass(M, GetBFI, GetTTI, true);
146 auto GetTTI = [&FAM](Function &F) -> TargetTransformInfo & {
150 runCGProfilePass(M, GetBFI, GetTTI, false);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 118 const auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
PartiallyInlineLibCalls.cpp 190 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
DivRemPairs.cpp 369 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
SpeculativeExecution.cpp 148 auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
SimplifyCFGPass.cpp 358 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
CallSiteSplitting.cpp 560 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
LoopDataPrefetch.cpp 204 &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
LoopUnrollAndJamPass.cpp 471 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*F);
LoopFlatten.cpp 741 auto *TTI = &TTIP.getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandReductions.cpp 184 const auto *TTI =&getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
DwarfEHPrepare.cpp 293 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
ExpandVectorPredication.cpp 436 const auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
HardwareLoops.cpp 226 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Localizer.cpp 42 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(MF.getFunction());
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVETailPredication.cpp 136 TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F);

Completed in 83 milliseconds

1 2 3