Home
last modified time | relevance | path

Searched refs:getArchFeatures (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DLoongArchTargetParser.h68 bool getArchFeatures(StringRef Arch, std::vector<StringRef> &Features);
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DLoongArchTargetParser.cpp37 bool LoongArch::getArchFeatures(StringRef Arch, in getArchFeatures() function in LoongArch
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp29 static bool getArchFeatures(const Driver &D, StringRef Arch, in getArchFeatures() function
80 if (!getArchFeatures(D, MArch, Features, Args)) in getRISCVTargetFeatures()
H A DLoongArch.cpp134 llvm::LoongArch::getArchFeatures(ArchName, Features); in getLoongArchTargetFeatures()