Home
last modified time | relevance | path

Searched refs:toFeatures (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h53 std::vector<std::string> toFeatures(bool AddAllExtensions = false,
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp290 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()
404 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp124 (*RII)->toFeatures(/* AddAllExtensions */ false); in getFeaturesForCPU()
H A DRISCVISAInfo.cpp287 std::vector<std::string> RISCVISAInfo::toFeatures(bool AddAllExtensions, in toFeatures() function in RISCVISAInfo
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp45 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp394 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()