Lines Matching refs:SubtargetFeatures
764 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in __anon44b0c7da0111::AsmMatcherInfo
813 const auto &I = SubtargetFeatures.find(Def); in getSubtargetFeature()
814 return I == SubtargetFeatures.end() ? nullptr : &I->second; in getSubtargetFeature()
1516 SubtargetFeatures.insert(SubtargetFeaturePairs.begin(), in buildInfo()
1519 for (const auto &Pair : SubtargetFeatures) in buildInfo()
2714 if (!Info.SubtargetFeatures.empty()) { in emitGetSubtargetFeatureName()
2716 for (const auto &SF : Info.SubtargetFeatures) { in emitGetSubtargetFeatureName()
3371 Info.SubtargetFeatures, OS); in run()
3428 Info.SubtargetFeatures, OS); in run()
3492 const auto &I = Info.SubtargetFeatures.find(Feature); in run()
3493 assert(I != Info.SubtargetFeatures.end() && "Didn't import predicate?"); in run()