Searched refs:RS_Split (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp105 /// Only attempt assignment and eviction. Then requeue as RS_Split.
109 RS_Split, enumerator in enum:__anon19841::RAGreedy::LiveRangeStage
290 "RS_Split",
413 if (ExtraRegInfo[Reg].Stage == RS_Split) {
1566 // queue. The RS_Split ranges already failed to do this, and they should not
1568 if (Stage != RS_Split)
1577 if (Stage < RS_Split) {
1578 setStage(VirtReg, RS_Split);
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp156 /// Only attempt assignment and eviction. Then requeue as RS_Split.
160 RS_Split, enumerator in enum:__anon12730::RAGreedy::LiveRangeStage
429 "RS_Split",
551 if (ExtraRegInfo[Reg].Stage == RS_Split) {
590 // Mark a higher bit to prioritize global and local above RS_Split.
2265 if (getStage(VirtReg) < RS_Split) {
2506 // queue. The RS_Split ranges already failed to do this, and they should not
2508 if (Stage != RS_Split)
2527 if (Stage < RS_Split) {
2528 setStage(VirtReg, RS_Split);
[all...]

Completed in 86 milliseconds