Home
last modified time | relevance | path

Searched refs:StridedOrder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp1176 SmallVector<MCPhysReg, 4> StridedOrder; in getRegAllocationHints() local
1179 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()