Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6829 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument
6830 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()
6831 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()
6838 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6839 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6847 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
6848 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
6849 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6850 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6857 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
[all …]