Searched defs:RS_Spill (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp117 RS_Spill, enumerator in enum:__anon18553::RAGreedy::LiveRangeStage
292 "RS_Spill",
502 bool CanSplit = getStage(B) < RS_Spill;
1061 setStage(Reg, RS_Spill);
1249 setStage(LI, RS_Spill);
1511 if (getStage(VirtReg) >= RS_Spill)
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp168 RS_Spill, enumerator in enum:__anon12608::RAGreedy::LiveRangeStage
431 "RS_Spill",
702 bool CanSplit = getStage(B) < RS_Spill;
1329 setStage(Reg, RS_Spill);
1544 setStage(LI, RS_Spill);
1631 // Assign all new registers to RS_Spill. This was the last chance.
1632 setStage(LREdit.begin(), LREdit.end(), RS_Spill);
1955 if (getStage(VirtReg) >= RS_Spill)
2253 if (getStage(VirtReg) == RS_Spill && VirtReg.isSpillable()) {

Completed in 74 milliseconds