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

References

lib/Target/X86/X86FastISel.cpp
 1480   case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break;
 1481   case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break;
 1485   if (SETFOpc) {
 1492             FlagReg1).addImm(SETFOpc[0]);
 1494             FlagReg2).addImm(SETFOpc[1]);
 1495     BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(SETFOpc[2]),