Lines Matching refs:SubtargetFeatures
747 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in __anonf87813900111::AsmMatcherInfo
797 const auto &I = SubtargetFeatures.find(Def); in getSubtargetFeature()
798 return I == SubtargetFeatures.end() ? nullptr : &I->second; in getSubtargetFeature()
1489 SubtargetFeatures.insert(SubtargetFeaturePairs.begin(), in buildInfo()
1492 for (const auto &Pair : SubtargetFeatures) in buildInfo()
2693 if (!Info.SubtargetFeatures.empty()) { in emitGetSubtargetFeatureName()
2695 for (const auto &SF : Info.SubtargetFeatures) { in emitGetSubtargetFeatureName()
3333 Info.SubtargetFeatures, OS); in run()
3390 Info.SubtargetFeatures, OS); in run()
3456 const auto &I = Info.SubtargetFeatures.find(Feature); in run()
3457 assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?"); in run()