Searched refs:RegPairInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp335 // they will not be paired into one RegPairInfo, which is incompatible with
2752 struct RegPairInfo { struct in namespace:__anon2195
2759 RegPairInfo() = default;
2784 const TargetRegisterInfo *TRI, SmallVectorImpl<RegPairInfo> &RegPairs,
2821 RegPairInfo RPI;
2825 RPI.Type = RegPairInfo::GPR;
2827 RPI.Type = RegPairInfo::FPR64;
2829 RPI.Type = RegPairInfo::FPR128;
2831 RPI.Type = RegPairInfo::ZPR;
2833 RPI.Type = RegPairInfo
[all...]

Completed in 110 milliseconds