Searched refs:setStage (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 255 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { in setStage() function in __anonb5fb81910111::RAGreedy 261 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) { in setStage() function in __anonb5fb81910111::RAGreedy 1831 setStage(Reg, RS_Spill); in splitAroundRegion() 1842 setStage(Reg, RS_Split2); in splitAroundRegion() 2076 setStage(LI, RS_Spill); in tryBlockSplit() 2164 setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit() 2469 setStage(LIS->getInterval(LREdit.get(I)), RS_Split2); in tryLocalSplit() 3117 setStage(VirtReg, RS_Split); in selectOrSplitImpl() 3148 setStage(VirtReg, RS_Memory); in selectOrSplitImpl() 3156 setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()
|
| H A D | ModuloSchedule.cpp | 1450 S.setStage(IllegalPhi, LoopProducerStage); in remapUse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 145 void setStage(MachineInstr *MI, int MIStage) { in setStage() function
|