Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp117 RS_Spill, enumerator
502 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
1061 setStage(Reg, RS_Spill); in splitAroundRegion()
1249 setStage(LI, RS_Spill); in tryBlockSplit()
1511 if (getStage(VirtReg) >= RS_Spill) in trySplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp168 RS_Spill, enumerator
702 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
1329 setStage(Reg, RS_Spill); in splitAroundRegion()
1544 setStage(LI, RS_Spill); in tryBlockSplit()
1632 setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit()
1955 if (getStage(VirtReg) >= RS_Spill) in trySplit()
2253 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp212 RS_Spill, enumerator
845 bool CanSplit = getStage(B) < RS_Spill; in shouldEvict()
1757 setStage(Reg, RS_Spill); in splitAroundRegion()
2010 setStage(LI, RS_Spill); in tryBlockSplit()
2098 setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit()
2419 if (getStage(VirtReg) >= RS_Spill) in trySplit()
2762 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) { in tryAssignCSRFirstTime()
3049 if (Stage < RS_Spill) { in selectOrSplitImpl()