Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AllocationOrder

16 #include "AllocationOrder.h"
294 /// Candidate info for each PhysReg in AllocationOrder.
364 unsigned tryAssign(LiveInterval&, AllocationOrder&,
366 unsigned tryEvict(LiveInterval&, AllocationOrder&,
368 unsigned tryRegionSplit(LiveInterval&, AllocationOrder&,
372 AllocationOrder &Order,
381 unsigned tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order,
385 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
387 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
389 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
391 unsigned trySplit(LiveInterval&, AllocationOrder&,
393 unsigned tryLastChanceRecoloring(LiveInterval &, AllocationOrder &,
617 AllocationOrder &Order,
661 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);
857 AllocationOrder &Order,
1345 unsigned RAGreedy::tryRegionSplit(LiveInterval &VirtReg, AllocationOrder &Order,
1376 AllocationOrder &Order,
1503 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order,
1571 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order,
1715 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order,
1942 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order,
2070 AllocationOrder &Order,
2239 AllocationOrder &Order,
2474 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix);