reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86FastISel.cpp
 2044       SETFOpc = &SETFOpcTable[0][0];
 2048       SETFOpc = &SETFOpcTable[1][0];
 2067     if (SETFOpc) {
 2071               FlagReg1).addImm(SETFOpc[0]);
 2073               FlagReg2).addImm(SETFOpc[1]);
 2074       auto const &II = TII.get(SETFOpc[2]);