Lines Matching refs:SF
56 for (const auto &SF : SubtargetFeatures) { in emitSubtargetFeatureBitEnumeration() local
57 const SubtargetFeatureInfo &SFI = SF.second; in emitSubtargetFeatureBitEnumeration()
69 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
70 if (IndexUB <= SF.second.Index) in emitNameTable()
71 IndexUB = SF.second.Index+1; in emitNameTable()
76 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
77 Names[SF.second.Index] = SF.second.getEnumName(); in emitNameTable()
99 for (const auto &SF : SubtargetFeatures) { in emitComputeAvailableFeatures() local
100 const SubtargetFeatureInfo &SFI = SF.second; in emitComputeAvailableFeatures()
117 for (const auto &SF : SubtargetFeatures) { in emitComputeAssemblerAvailableFeatures() local
118 const SubtargetFeatureInfo &SFI = SF.second; in emitComputeAssemblerAvailableFeatures()