Home
last modified time | relevance | path

Searched defs:TTI (Results 1 – 25 of 87) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp33 const TargetTransformInfo *TTI) { in optimizeSQRT()
91 const TargetTransformInfo *TTI) { in runPartiallyInlineLibCalls()
138 auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
166 const TargetTransformInfo *TTI = in runOnFunction() local
DSpeculativeExecution.cpp147 auto *TTI = &getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction() local
153 bool SpeculativeExecutionPass::runImpl(Function &F, TargetTransformInfo *TTI) { in runImpl()
213 const TargetTransformInfo &TTI) { in ComputeSpeculationCost()
311 auto *TTI = &AM.getResult<TargetIRAnalysis>(F); in run() local
DSimplifyCFGPass.cpp148 static bool iterativelySimplifyCFG(Function &F, const TargetTransformInfo &TTI, in iterativelySimplifyCFG()
174 static bool simplifyFunctionCFG(Function &F, const TargetTransformInfo &TTI, in simplifyFunctionCFG()
220 auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
269 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction() local
DLoopDataPrefetch.cpp65 const TargetTransformInfo *TTI, in LoopDataPrefetch()
99 const TargetTransformInfo *TTI; member in __anonb6851ea20111::LoopDataPrefetch
164 const TargetTransformInfo *TTI = &AM.getResult<TargetIRAnalysis>(F); in run() local
189 const TargetTransformInfo *TTI = in runOnFunction() local
DLoopUnrollAndJamPass.cpp155 Loop *L, Loop *SubLoop, const TargetTransformInfo &TTI, DominatorTree &DT, in computeUnrollAndJamCount()
279 ScalarEvolution &SE, const TargetTransformInfo &TTI, in tryToUnrollAndJamLoop()
432 const TargetTransformInfo &TTI, in tryToUnrollAndJamLoop()
481 const TargetTransformInfo &TTI = in runOnFunction() local
527 TargetTransformInfo &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
DCallSiteSplitting.cpp187 static bool canSplitCallSite(CallSite CS, TargetTransformInfo &TTI) { in canSplitCallSite()
494 static bool tryToSplitCallSite(CallSite CS, TargetTransformInfo &TTI, in tryToSplitCallSite()
511 TargetTransformInfo &TTI, DominatorTree &DT) { in doCallSiteSplitting()
568 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction() local
590 auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
DDivRemPairs.cpp180 static bool optimizeDivRem(Function &F, const TargetTransformInfo &TTI, in optimizeDivRem()
342 auto &TTI = getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction() local
363 TargetTransformInfo &TTI = FAM.getResult<TargetIRAnalysis>(F); in run() local
DLoopUnrollPass.cpp178 Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI, in gatherUnrollingPreferences()
338 const TargetTransformInfo &TTI, unsigned MaxUnrolledLoopSize) { in analyzeLoopUnrollCost()
643 const TargetTransformInfo &TTI, in ApproximateLoopSize()
739 Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, LoopInfo *LI, in computeUnrollCount()
1015 const TargetTransformInfo &TTI, AssumptionCache &AC, in tryToUnrollLoop()
1230 const TargetTransformInfo &TTI = in runOnLoop() local
1415 auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
DSpeculateAroundPHIs.cpp206 TargetTransformInfo &TTI) { in isSafeAndProfitableToSpeculateAroundPHI()
424 int NumPreds, DominatorTree &DT, TargetTransformInfo &TTI) { in findProfitablePHIs()
734 DominatorTree &DT, TargetTransformInfo &TTI) { in tryToSpeculatePHIs()
807 auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
DTailRecursionElimination.cpp451 const TargetTransformInfo *TTI) { in findTRECandidate()
690 bool CannotTailCallElimCallsMarkedTail, const TargetTransformInfo *TTI, in foldReturnAndProcessPred()
739 bool CannotTailCallElimCallsMarkedTail, const TargetTransformInfo *TTI, in processReturningBlock()
749 static bool eliminateTailRecursion(Function &F, const TargetTransformInfo *TTI, in eliminateTailRecursion()
865 TargetTransformInfo &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
DStraightLineStrengthReduce.cpp235 TargetTransformInfo *TTI = nullptr; member in __anon9f0d8a120111::StraightLineStrengthReduce
274 const TargetTransformInfo *TTI) { in isGEPFoldable()
284 TargetTransformInfo *TTI) { in isAddFoldable()
292 TargetTransformInfo *TTI, in isFoldable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp79 bool expandReductions(Function &F, const TargetTransformInfo *TTI) { in expandReductions()
171 const auto *TTI =&getAnalysis<TargetTransformInfoWrapperPass>().getTTI(F); in runOnFunction() local
195 const auto &TTI = AM.getResult<TargetIRAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h43 using TTI = TargetTransformInfo; variable
68 using TTI = TargetTransformInfo; variable
235 using TTI = TargetTransformInfo; variable
DAMDGPUUnifyDivergentExitNodes.cpp139 const TargetTransformInfo &TTI, in unifyReturnBlockSet()
327 const TargetTransformInfo &TTI in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSpeculativeExecution.h87 TargetTransformInfo *TTI = nullptr; variable
DNaryReassociate.h172 TargetTransformInfo *TTI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp46 TargetTransformInfo &TTI = FAM.getResult<TargetIRAnalysis>(F); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLocalizer.h53 TargetTransformInfo *TTI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.h29 using TTI = TargetTransformInfo; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.h30 typedef TargetTransformInfo TTI; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp97 DivergencePropagator(Function &F, TargetTransformInfo &TTI, DominatorTree &DT, in DivergencePropagator()
119 TargetTransformInfo &TTI; member in __anon18a3b6620111::DivergencePropagator
327 TargetTransformInfo &TTI = TTIWP->getTTI(F); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h29 typedef TargetTransformInfo TTI; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetTransformInfo.h29 typedef TargetTransformInfo TTI; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h28 typedef TargetTransformInfo TTI; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h20 typedef TargetTransformInfo TTI; typedef

1234