Searched refs:FeatureEntry (Results 1 – 1 of 1) sorted by relevance
129 if (FeatureEntry.Value == FE.Value) continue; in SetImpliedBits()144 if (FeatureEntry.Value == FE.Value) continue; in ClearImpliedBits()157 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature() local160 if (FeatureEntry) { in ToggleFeature()161 if ((Bits & FeatureEntry->Value) == FeatureEntry->Value) { in ToggleFeature()162 Bits &= ~FeatureEntry->Value; in ToggleFeature()166 Bits |= FeatureEntry->Value; in ToggleFeature()182 const SubtargetFeatureKV *FeatureEntry = in ApplyFeatureFlag() local185 if (FeatureEntry) { in ApplyFeatureFlag()188 Bits |= FeatureEntry->Value; in ApplyFeatureFlag()[all …]