Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp364 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()
476 (*RII)->toFeatures(/* AddAllExtensions */ true); in populateNegativeRISCVFeatures()
492 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h54 LLVM_ABI std::vector<std::string> toFeatures(bool AddAllExtensions = false,
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp140 (*RII)->toFeatures(/* AddAllExtensions */ false); in getFeaturesForCPU()
H A DRISCVISAInfo.cpp286 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.cpp42 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp395 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()