Lines Matching refs:AllocationOrder
911 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtReg() local
912 for (MCPhysReg PhysReg : AllocationOrder) { in allocVirtReg()
966 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtRegUndef() local
967 assert(!AllocationOrder.empty() && "Allocation order must not be empty"); in allocVirtRegUndef()
968 PhysReg = AllocationOrder[0]; in allocVirtRegUndef()
1044 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in defineVirtReg() local
1045 if (AllocationOrder.empty()) in defineVirtReg()
1047 return setPhysReg(MI, MO, *AllocationOrder.begin()); in defineVirtReg()
1135 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in useVirtReg() local
1136 if (AllocationOrder.empty()) in useVirtReg()
1138 return setPhysReg(MI, MO, *AllocationOrder.begin()); in useVirtReg()