Lines Matching refs:RequestedExtensions

5051                             SmallVector<StringRef, 4> &RequestedExtensions) {  in ExpandCryptoAEK()  argument
5053 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
5054 "nocrypto") != std::end(RequestedExtensions)); in ExpandCryptoAEK()
5056 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()
5057 "crypto") != std::end(RequestedExtensions)); 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()
5086 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
5087 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
5091 RequestedExtensions.push_back("nosm4"); in ExpandCryptoAEK()
5092 RequestedExtensions.push_back("nosha3"); in ExpandCryptoAEK()
5093 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
5094 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
5126 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveArch() local
5128 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveArch()
5130 ExpandCryptoAEK(ID, RequestedExtensions); in parseDirectiveArch()
5133 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
5220 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveCPU() local
5222 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveCPU()
5235 ExpandCryptoAEK(llvm::AArch64::getCPUArchKind(CPU), RequestedExtensions); in parseDirectiveCPU()
5238 for (auto Name : RequestedExtensions) { in parseDirectiveCPU()