Lines Matching refs:SubtargetFeatures
733 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in __anon1f497f8e0111::AsmMatcherInfo
783 const auto &I = SubtargetFeatures.find(Def); in getSubtargetFeature()
784 return I == SubtargetFeatures.end() ? nullptr : &I->second; in getSubtargetFeature()
1469 SubtargetFeatures.insert(SubtargetFeaturePairs.begin(), in buildInfo()
1472 for (const auto &Pair : SubtargetFeatures) in buildInfo()
2673 if (!Info.SubtargetFeatures.empty()) { in emitGetSubtargetFeatureName()
2675 for (const auto &SF : Info.SubtargetFeatures) { in emitGetSubtargetFeatureName()
3311 Info.SubtargetFeatures, OS); in run()
3368 Info.SubtargetFeatures, OS); in run()
3434 const auto &I = Info.SubtargetFeatures.find(Feature); in run()
3435 assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?"); in run()