Lines Matching refs:SubtargetFeatureKV
138 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table, in getLongestEntryLength()
148 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize, in Help()
149 const SubtargetFeatureKV *FeatTable, size_t FeatTableSize) { in Help()
193 void SetImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in SetImpliedBits()
194 const SubtargetFeatureKV *FeatureTable, in SetImpliedBits()
197 const SubtargetFeatureKV &FE = FeatureTable[i]; in SetImpliedBits()
212 void ClearImpliedBits(uint64_t &Bits, const SubtargetFeatureKV *FeatureEntry, in ClearImpliedBits()
213 const SubtargetFeatureKV *FeatureTable, in ClearImpliedBits()
216 const SubtargetFeatureKV &FE = FeatureTable[i]; in ClearImpliedBits()
231 const SubtargetFeatureKV *FeatureTable, in ToggleFeature()
234 const SubtargetFeatureKV *FeatureEntry = in ToggleFeature()
262 const SubtargetFeatureKV *CPUTable, in getFeatureBits()
264 const SubtargetFeatureKV *FeatureTable, in getFeatureBits()
287 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable, CPUTableSize); in getFeatureBits()
295 const SubtargetFeatureKV &FE = FeatureTable[i]; in getFeatureBits()
315 const SubtargetFeatureKV *FeatureEntry = in getFeatureBits()