Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.h129 ArchKind getCPUArchKind(StringRef CPU);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAArch64TargetParser.cpp51 AArch64::ArchKind AArch64::getCPUArchKind(StringRef CPU) { in getCPUArchKind() function in AArch64
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6122 ExpandCryptoAEK(llvm::AArch64::getCPUArchKind(CPU), RequestedExtensions); in parseDirectiveCPU()