Lines Matching refs:SF
60 for (const auto &SF : SubtargetFeatures) { in emitSubtargetFeatureBitEnumeration() local
61 const SubtargetFeatureInfo &SFI = SF.second; in emitSubtargetFeatureBitEnumeration()
82 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
83 if (IndexUB <= SF.second.Index) in emitNameTable()
84 IndexUB = SF.second.Index+1; in emitNameTable()
89 for (const auto &SF : SubtargetFeatures) in emitNameTable() local
90 Names[SF.second.Index] = SF.second.getEnumName(); in emitNameTable()
112 for (const auto &SF : SubtargetFeatures) { in emitComputeAvailableFeatures() local
113 const SubtargetFeatureInfo &SFI = SF.second; in emitComputeAvailableFeatures()
179 for (const auto &SF : SubtargetFeatures) { in emitComputeAssemblerAvailableFeatures() local
180 const SubtargetFeatureInfo &SFI = SF.second; in emitComputeAssemblerAvailableFeatures()