Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRISCVISAInfo.h68 std::vector<std::string> toFeatureVector() const;
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DRISCV.cpp238 std::vector<std::string> ImpliedFeatures = (*ParseResult)->toFeatureVector(); in initFeatureMap()
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp944 std::vector<std::string> RISCVISAInfo::toFeatureVector() const { in toFeatureVector() function in RISCVISAInfo