Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5358 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument
5359 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()
5360 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()
5370 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5371 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5378 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
5379 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
5380 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5381 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5392 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
[all …]