Lines Matching refs:SubtargetFeatures
718 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in __anon4cf19d450111::AsmMatcherInfo
768 const auto &I = SubtargetFeatures.find(Def); in getSubtargetFeature()
769 return I == SubtargetFeatures.end() ? nullptr : &I->second; in getSubtargetFeature()
1450 SubtargetFeatures.insert(std::make_pair( in buildInfo()
1451 Pred, SubtargetFeatureInfo(Pred, SubtargetFeatures.size()))); in buildInfo()
1452 DEBUG(SubtargetFeatures.find(Pred)->second.dump()); in buildInfo()
1453 assert(SubtargetFeatures.size() <= 64 && "Too many subtarget features!"); in buildInfo()
2397 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType()
2411 for (const auto &SF : Info.SubtargetFeatures) { in emitSubtargetFeatureFlagEnumeration()
2442 if (!Info.SubtargetFeatures.empty()) { in emitGetSubtargetFeatureName()
2444 for (const auto &SF : Info.SubtargetFeatures) { in emitGetSubtargetFeatureName()
2469 for (const auto &SF : Info.SubtargetFeatures) { in emitComputeAvailableFeatures()