Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5053 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
5056 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
5067 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5068 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5072 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
5073 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
5074 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
5075 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
5130 ExpandCryptoAEK(ID, RequestedExtensions); in parseDirectiveArch()
5133 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
[all …]