Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7128 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument
7129 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()
7130 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()
7137 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
7138 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
7146 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
7147 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
7148 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
7149 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
7156 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
[all …]