Searched refs:setStage (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.h | 92 void setStage(Register Reg, LiveRangeStage Stage) { in setStage() function 97 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { in setStage() function 98 setStage(VirtReg.reg(), Stage); in setStage() 132 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) { in setStage() function
|
| H A D | RegAllocGreedy.cpp | 290 ExtraInfo->setStage(Reg, Stage); in enqueue() 1014 ExtraInfo->setStage(Reg, RS_Spill); in splitAroundRegion() 1025 ExtraInfo->setStage(Reg, RS_Split2); in splitAroundRegion() 1232 ExtraInfo->setStage(LI, RS_Spill); in tryBlockSplit() 1378 ExtraInfo->setStage(LREdit.begin(), LREdit.end(), RS_Spill); in tryInstructionSplit() 1683 ExtraInfo->setStage(LIS->getInterval(LREdit.get(I)), RS_Split2); in tryLocalSplit() 2363 ExtraInfo->setStage(VirtReg, RS_Split); in selectOrSplitImpl() 2392 ExtraInfo->setStage(VirtReg, RS_Memory); in selectOrSplitImpl() 2400 ExtraInfo->setStage(NewVRegs.begin(), NewVRegs.end(), RS_Done); in selectOrSplitImpl()
|
| H A D | ModuloSchedule.cpp | 1461 S.setStage(IllegalPhi, LoopProducerStage); in remapUse()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 146 void setStage(MachineInstr *MI, int MIStage) { in setStage() function
|