Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6122 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6123 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6135 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
6136 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
6137 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6138 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6150 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
6160 RequestedExtensions.push_back("nosm4"); in ExpandCryptoAEK()
6200 ExpandCryptoAEK(ID, RequestedExtensions); in parseDirectiveArch()
6203 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
[all …]