Searched refs:getArchFeatures (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | AArch64TargetParser.h | 116 bool getArchFeatures(ArchKind AK, std::vector<StringRef> &Features);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| D | RISCV.cpp | 276 static bool getArchFeatures(const Driver &D, StringRef MArch, in getArchFeatures() function 487 if (!getArchFeatures(D, MArch, Features, Args)) in getRISCVTargetFeatures()
|
| D | AArch64.cpp | 106 if (!llvm::AArch64::getArchFeatures(ArchKind, Features)) in DecodeAArch64Mcpu() 130 !llvm::AArch64::getArchFeatures(ArchKind, Features) || in getAArch64ArchFeaturesFromMarch()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | AArch64TargetParser.cpp | 119 bool AArch64::getArchFeatures(AArch64::ArchKind AK, in getArchFeatures() function in AArch64
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 6010 AArch64::getArchFeatures(ID, AArch64Features); in parseDirectiveArch()
|