Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp121 RS_Done enumerator
547 if (getStage(*Intf) == RS_Done) in canEvictInterference()
1586 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplit()
1598 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp177 RS_Done enumerator
757 if (getStage(*Intf) == RS_Done) in canEvictInterference()
2028 if ((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2086 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
2536 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
2558 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp221 RS_Done enumerator
900 if (getStage(*Intf) == RS_Done) in canEvictInterference()
978 if (getStage(*Intf) == RS_Done) in canEvictInterferenceInRange()
2505 if (((getStage(*Intf) == RS_Done && in mayRecolorAllInterferences()
2565 assert((getStage(VirtReg) >= RS_Done || !VirtReg.isSpillable()) && in tryLastChanceRecoloring()
3062 if (Stage >= RS_Done || !VirtReg.isSpillable()) in selectOrSplitImpl()
3080 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()