Searched refs:VRAI (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CalcSpillWeights.cpp | 41 VirtRegAuxInfo VRAI(MF, LIS, VRM, MLI, MBFI, norm); in calculateSpillWeightsAndHints() local 46 VRAI.calculateSpillWeightAndHint(LIS.getInterval(Reg)); in calculateSpillWeightsAndHints()
|
D | LiveRangeEdit.cpp | 465 VirtRegAuxInfo VRAI(MF, LIS, VRM, Loops, MBFI); in calculateRegClassAndHint() local 474 VRAI.calculateSpillWeightAndHint(LI); in calculateRegClassAndHint()
|
D | RegAllocGreedy.cpp | 1521 VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI); in splitCanCauseEvictionChain() local 1523 VRAI.futureWeight(LIS->getInterval(Evictee), in splitCanCauseEvictionChain() 1564 VirtRegAuxInfo VRAI(*MF, *LIS, VRM, getAnalysis<MachineLoopInfo>(), *MBFI); in splitCanCauseLocalSpill() local 1566 VRAI.futureWeight(LIS->getInterval(VirtRegToSplit), in splitCanCauseLocalSpill()
|