Searched refs:StridedOrder (Results 1 – 1 of 1) sorted by relevance
1176 SmallVector<MCPhysReg, 4> StridedOrder; in getRegAllocationHints() local1179 StridedOrder.push_back(Reg); in getRegAllocationHints()1230 for (unsigned I = 0; I < StridedOrder.size(); ++I) { in getRegAllocationHints()1231 MCPhysReg Reg = StridedOrder[I]; in getRegAllocationHints()1263 for (unsigned I = 0; I < StridedOrder.size(); ++I) in getRegAllocationHints()1264 if (getSubReg(StridedOrder[I], AArch64::zsub0) == TargetStartReg) in getRegAllocationHints()1265 Hints.push_back(StridedOrder[I]); in getRegAllocationHints()