Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6826 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6827 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6835 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
6836 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
6837 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6838 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6846 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
6854 RequestedExtensions.push_back("nosm4"); in ExpandCryptoAEK()
6857 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
6896 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
[all …]