Home
last modified time | relevance | path

Searched refs:SpillCost (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp201 PBQP::PBQPNum SpillCost = in apply() local
203 if (SpillCost == 0.0) in apply()
204 SpillCost = std::numeric_limits<PBQP::PBQPNum>::min(); in apply()
206 SpillCost += MinSpillCost; in apply()
208 NodeCosts[PBQP::RegAlloc::getSpillOptionIdx()] = SpillCost; in apply()
DRegAllocGreedy.cpp1834 BlockFrequency SpillCost = calcSpillCost(); in tryRegionSplit() local
1846 BestCost = SpillCost; in tryRegionSplit()
1860 if (HasCompact && (BestCost > SpillCost) && (BestCand != NoCand) && in tryRegionSplit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3809 int SpillCost = getSpillCost(); in getTreeCost() local
3810 Cost += SpillCost + ExtractCost; in getTreeCost()
3815 OS << "SLP: Spill Cost = " << SpillCost << ".\n" in getTreeCost()