Searched refs:toFeatures (Results 1 – 6 of 6) sorted by relevance
53 std::vector<std::string> toFeatures(bool AddAllExtensions = false,
290 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()404 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
124 (*RII)->toFeatures(/* AddAllExtensions */ false); in getFeaturesForCPU()
287 std::vector<std::string> RISCVISAInfo::toFeatures(bool AddAllExtensions, in toFeatures() function in RISCVISAInfo
45 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
394 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()