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

References

lib/Target/X86/X86InstructionSelector.cpp
 1006     SETFOpc = &SETFOpcTable[0][0];
 1009     SETFOpc = &SETFOpcTable[1][0];
 1031   if (SETFOpc) {
 1040                                   TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]);
 1042                                   TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]);
 1044                                   TII.get(SETFOpc[2]), ResultReg)