Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SFI

1852     SubtargetFeatureInfo &SFI = *it->second;
1853 OS << " " << SFI.getEnumName() << " = (1 << " << SFI.Index << "),\n";
1872 SubtargetFeatureInfo &SFI = *it->second;
1876 SFI.TheDef->getValueAsString("AssemblerCondString");
1906 OS << " Features |= " << SFI.getEnumName() << ";\n";