Lines Matching refs:AArch64PACKey
818 namespace AArch64PACKey {
829 inline static StringRef AArch64PACKeyIDToString(AArch64PACKey::ID KeyID) { in AArch64PACKeyIDToString()
831 case AArch64PACKey::IA: in AArch64PACKeyIDToString()
833 case AArch64PACKey::IB: in AArch64PACKeyIDToString()
835 case AArch64PACKey::DA: in AArch64PACKeyIDToString()
837 case AArch64PACKey::DB: in AArch64PACKeyIDToString()
844 inline static std::optional<AArch64PACKey::ID>
847 return AArch64PACKey::IA; in AArch64StringToPACKeyID()
849 return AArch64PACKey::IB; in AArch64StringToPACKeyID()
851 return AArch64PACKey::DA; in AArch64StringToPACKeyID()
853 return AArch64PACKey::DB; in AArch64StringToPACKeyID()