Searched refs:FeatureTable (Results 1 – 2 of 2) sorted by relevance
154 ArrayRef<SubtargetFeatureKV> FeatureTable) { in SetImpliedBits() argument155 for (auto &FE : FeatureTable) { in SetImpliedBits()160 SetImpliedBits(Bits, &FE, FeatureTable); in SetImpliedBits()170 ArrayRef<SubtargetFeatureKV> FeatureTable) { in ClearImpliedBits() argument171 for (auto &FE : FeatureTable) { in ClearImpliedBits()176 ClearImpliedBits(Bits, &FE, FeatureTable); in ClearImpliedBits()185 ArrayRef<SubtargetFeatureKV> FeatureTable) { in ToggleFeature() argument189 Find(StripFlag(Feature), FeatureTable); in ToggleFeature()196 ClearImpliedBits(Bits, FeatureEntry, FeatureTable); in ToggleFeature()201 SetImpliedBits(Bits, FeatureEntry, FeatureTable); in ToggleFeature()[all …]
86 ArrayRef<SubtargetFeatureKV> FeatureTable);91 ArrayRef<SubtargetFeatureKV> FeatureTable);