Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4910 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument
4912 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
4913 "nocrypto") != std::end(RequestedExtensions)); in ExpandCryptoAEK()
4915 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
4916 "crypto") != std::end(RequestedExtensions)); in ExpandCryptoAEK()
4926 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
4927 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
4930 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
4931 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
4932 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4238 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveCPU() local
4240 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveCPU()
4253 for (auto Name : RequestedExtensions) { in parseDirectiveCPU()