Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp1164 const TargetRegisterClass *StridedRC; in getRegAllocationHints() local
1167 StridedRC = &AArch64::ZPR2StridedRegClass; in getRegAllocationHints()
1170 StridedRC = &AArch64::ZPR4StridedRegClass; in getRegAllocationHints()
1178 if (StridedRC->contains(Reg)) in getRegAllocationHints()
1245 return StridedRC->contains(R) && in getRegAllocationHints()