Lines Matching refs:AllocationOrder

461                                   const AllocationOrder &Order);
464 const AllocationOrder &Order);
466 const AllocationOrder &Order,
478 MCRegister getCheapestEvicteeWeight(const AllocationOrder &Order,
488 MCRegister tryAssign(LiveInterval&, AllocationOrder&,
491 MCRegister tryEvict(LiveInterval &, AllocationOrder &,
494 MCRegister tryRegionSplit(LiveInterval &, AllocationOrder &,
498 AllocationOrder &Order,
509 AllocationOrder &Order, MCRegister PhysReg,
513 unsigned tryBlockSplit(LiveInterval&, AllocationOrder&,
515 unsigned tryInstructionSplit(LiveInterval&, AllocationOrder&,
517 unsigned tryLocalSplit(LiveInterval&, AllocationOrder&,
519 unsigned trySplit(LiveInterval&, AllocationOrder&,
522 unsigned tryLastChanceRecoloring(LiveInterval &, AllocationOrder &,
819 AllocationOrder &Order, in tryAssign()
874 AllocationOrder::create(VirtReg.reg(), *VRM, RegClassInfo, Matrix); in canReassign()
1086 MCRegister RAGreedy::getCheapestEvicteeWeight(const AllocationOrder &Order, in getCheapestEvicteeWeight()
1169 MCRegister RAGreedy::tryEvict(LiveInterval &VirtReg, AllocationOrder &Order, in tryEvict()
1544 const AllocationOrder &Order) { in splitCanCauseEvictionChain()
1603 const AllocationOrder &Order) { in splitCanCauseLocalSpill()
1624 const AllocationOrder &Order, in calcGlobalSplitCost()
1856 AllocationOrder &Order, in tryRegionSplit()
1900 AllocationOrder &Order, in calculateRegionSplitCost()
2046 unsigned RAGreedy::tryBlockSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryBlockSplit()
2112 RAGreedy::tryInstructionSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryInstructionSplit()
2255 unsigned RAGreedy::tryLocalSplit(LiveInterval &VirtReg, AllocationOrder &Order, in tryLocalSplit()
2486 unsigned RAGreedy::trySplit(LiveInterval &VirtReg, AllocationOrder &Order, in trySplit()
2629 AllocationOrder &Order, in tryLastChanceRecoloring()
2826 RAGreedy::tryAssignCSRFirstTime(LiveInterval &VirtReg, AllocationOrder &Order, in tryAssignCSRFirstTime()
3066 AllocationOrder::create(VirtReg.reg(), *VRM, RegClassInfo, Matrix); in selectOrSplitImpl()