Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6904 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument
6905 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()
6906 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()
6913 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6914 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6922 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
6923 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
6924 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6925 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6932 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
[all …]