Lines Matching defs:SubtargetFeatures
765 SubtargetFeatureInfoMap SubtargetFeatures;
815 const auto &I = SubtargetFeatures.find(Def);
816 return I == SubtargetFeatures.end() ? nullptr : &I->second;
1514 SubtargetFeatures.insert(SubtargetFeaturePairs.begin(),
1517 for (const auto &Pair : SubtargetFeatures)
2717 if (!Info.SubtargetFeatures.empty()) {
2719 for (const auto &SF : Info.SubtargetFeatures) {
3378 Info.SubtargetFeatures, OS);
3435 Info.SubtargetFeatures, OS);
3495 const auto &I = Info.SubtargetFeatures.find(Feature);
3496 assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?");