Home | History | Annotate | Download | only in MC

Lines Matching refs:FeatureTable

135                     ArrayRef<SubtargetFeatureKV> FeatureTable) {
136 for (auto &FE : FeatureTable) {
141 SetImpliedBits(Bits, &FE, FeatureTable);
152 ArrayRef<SubtargetFeatureKV> FeatureTable) {
153 for (auto &FE : FeatureTable) {
158 ClearImpliedBits(Bits, &FE, FeatureTable);
167 ArrayRef<SubtargetFeatureKV> FeatureTable) {
171 Find(StripFlag(Feature), FeatureTable);
177 ClearImpliedBits(Bits, FeatureEntry, FeatureTable);
182 SetImpliedBits(Bits, FeatureEntry, FeatureTable);
199 ArrayRef<SubtargetFeatureKV> FeatureTable) {
205 Find(StripFlag(Feature), FeatureTable);
213 SetImpliedBits(Bits, FeatureEntry, FeatureTable);
218 ClearImpliedBits(Bits, FeatureEntry, FeatureTable);
235 ArrayRef<SubtargetFeatureKV> FeatureTable) {
237 if (CPUTable.empty() || FeatureTable.empty())
245 for (size_t i = 1, e = FeatureTable.size(); i != e; ++i) {
246 assert(strcmp(FeatureTable[i - 1].Key, FeatureTable[i].Key) < 0 &&
255 Help(CPUTable, FeatureTable);
267 for (auto &FE : FeatureTable) {
269 SetImpliedBits(Bits, &FE, FeatureTable);
282 Help(CPUTable, FeatureTable);
284 Bits = ApplyFeatureFlag(Bits, Feature, FeatureTable);