Searched defs:EnabledFeatures (Results 1 – 3 of 3) sorted by relevance
| /llvm-project/llvm/lib/TargetParser/ | ||
| H A D | RISCVTargetParser.cpp | 101 getFeaturesForCPU(StringRef CPU,SmallVectorImpl<std::string> & EnabledFeatures,bool NeedPlus) getFeaturesForCPU() argument |
| H A D | X86TargetParser.cpp | 642 getFeaturesForCPU(StringRef CPU,SmallVectorImpl<StringRef> & EnabledFeatures,bool NeedPlus) getFeaturesForCPU() argument |
| /llvm-project/llvm/lib/MC/ | ||
| H A D | MCSubtargetInfo.cpp | 341 std::vector<SubtargetFeatureKV> EnabledFeatures; getEnabledProcessorFeatures() local |