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