Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5954 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5955 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5962 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
5963 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
5964 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5965 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5977 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
5983 RequestedExtensions.push_back("nosm4"); in ExpandCryptoAEK()
6023 ExpandCryptoAEK(ID, RequestedExtensions); in parseDirectiveArch()
6026 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
[all …]