Searched refs:toFeatures (Results 1 – 6 of 6) sorted by relevance
364 llvm::append_range(AllFeatures, (*ParseResult)->toFeatures()); in initFeatureMap()476 (*RII)->toFeatures(/* AddAllExtensions */ true); in populateNegativeRISCVFeatures()492 (*RII)->toFeatures(/* AddAllExtensions */ true); in handleFullArchString()
54 LLVM_ABI std::vector<std::string> toFeatures(bool AddAllExtensions = false,
140 (*RII)->toFeatures(/* AddAllExtensions */ false); in getFeaturesForCPU()
286 std::vector<std::string> RISCVISAInfo::toFeatures(bool AddAllExtensions, in toFeatures() function in RISCVISAInfo
42 for (const std::string &Str : (*ISAInfo)->toFeatures(/*AddAllExtension=*/true, in getArchFeatures()
395 Features.addFeaturesVector(ISAInfo->toFeatures()); in getRISCVFeatures()