Lines Matching refs:SubtargetFeatures
664 std::map<Record *, SubtargetFeatureInfo, LessRecordByID> SubtargetFeatures; member in __anon51f7b9bc0111::AsmMatcherInfo
714 const auto &I = SubtargetFeatures.find(Def); in getSubtargetFeature()
715 return I == SubtargetFeatures.end() ? nullptr : &I->second; in getSubtargetFeature()
1365 SubtargetFeatures.insert(std::make_pair( in buildInfo()
1366 Pred, SubtargetFeatureInfo(Pred, SubtargetFeatures.size()))); in buildInfo()
1367 DEBUG(SubtargetFeatures.find(Pred)->second.dump()); in buildInfo()
1368 assert(SubtargetFeatures.size() <= 64 && "Too many subtarget features!"); in buildInfo()
2229 uint64_t MaxIndex = Info.SubtargetFeatures.size(); in getMinimalRequiredFeaturesType()
2243 for (const auto &SF : Info.SubtargetFeatures) { in emitSubtargetFeatureFlagEnumeration()
2277 if (!Info.SubtargetFeatures.empty()) { in emitGetSubtargetFeatureName()
2279 for (const auto &SF : Info.SubtargetFeatures) { in emitGetSubtargetFeatureName()
2304 for (const auto &SF : Info.SubtargetFeatures) { in emitComputeAvailableFeatures()