Lines Matching refs:AllocationOrder
938 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtReg() local
939 for (MCPhysReg PhysReg : AllocationOrder) { in allocVirtReg()
993 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in allocVirtRegUndef() local
994 assert(!AllocationOrder.empty() && "Allocation order must not be empty"); in allocVirtRegUndef()
995 PhysReg = AllocationOrder[0]; in allocVirtRegUndef()
1072 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in defineVirtReg() local
1073 if (AllocationOrder.empty()) in defineVirtReg()
1075 return setPhysReg(MI, MO, *AllocationOrder.begin()); in defineVirtReg()
1163 ArrayRef<MCPhysReg> AllocationOrder = RegClassInfo.getOrder(&RC); in useVirtReg() local
1164 if (AllocationOrder.empty()) in useVirtReg()
1166 return setPhysReg(MI, MO, *AllocationOrder.begin()); in useVirtReg()