Lines Matching refs:RequestedExtensions

6110                             SmallVector<StringRef, 4> &RequestedExtensions) {  in ExpandCryptoAEK()  argument
6111 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()
6112 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()
6122 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6123 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6135 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()
6136 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()
6137 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()
6138 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()
6149 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
6150 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
6160 RequestedExtensions.push_back("nosm4"); in ExpandCryptoAEK()
6161 RequestedExtensions.push_back("nosha3"); in ExpandCryptoAEK()
6162 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()
6163 RequestedExtensions.push_back("noaes"); in ExpandCryptoAEK()
6196 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveArch() local
6198 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveArch()
6200 ExpandCryptoAEK(ID, RequestedExtensions); in parseDirectiveArch()
6203 for (auto Name : RequestedExtensions) { in parseDirectiveArch()
6281 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveCPU() local
6283 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveCPU()
6296 ExpandCryptoAEK(llvm::AArch64::getCPUArchKind(CPU), RequestedExtensions); in parseDirectiveCPU()
6298 for (auto Name : RequestedExtensions) { in parseDirectiveCPU()