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

References

gen/lib/Target/X86/X86GenDAGISel.inc
 5814 /* 12459*/      OPC_SwitchOpcode /*4 cases */, 31, TARGET_VAL(X86ISD::SETCC),// ->12494
57783 /*122149*/  /*SwitchOpcode*/ 17, TARGET_VAL(X86ISD::SETCC),// ->122169
lib/Target/X86/X86ISelDAGToDAG.cpp
 2792     case X86ISD::SETCC:       CCOpNo = 0; break;
lib/Target/X86/X86ISelLowering.cpp
19888   return DAG.getNode(X86ISD::SETCC, dl, MVT::i8,
21032     if (Op0.getOpcode() == X86ISD::SETCC) {
21087   return DAG.getNode(X86ISD::SETCC, dl, MVT::i8, X86CC, EFLAGS);
21325   if (Cond.getOpcode() == X86ISD::SETCC &&
21412   if (CondOpcode == X86ISD::SETCC ||
21948   return (Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
21950           Op.getOperand(1).getOpcode() == X86ISD::SETCC &&
21960     return Op.getOperand(0).getOpcode() == X86ISD::SETCC &&
22010   if (CondOpcode == X86ISD::SETCC ||
28573   case X86ISD::SETCC:              return "X86ISD::SETCC";
31499   case X86ISD::SETCC:
37418   case X86ISD::SETCC:
37499   if (SetCC0.getOpcode() != X86ISD::SETCC ||
37500       SetCC1.getOpcode() != X86ISD::SETCC ||
37524       if (Carry.getOpcode() == X86ISD::SETCC ||
39530     return N->getOpcode() == X86ISD::SETCC && N->hasOneUse() &&
41721   if (!RHSC || RHSC->getZExtValue() != 1 || LHS->getOpcode() != X86ISD::SETCC)
43303     case X86ISD::SETCC:
43341     case X86ISD::SETCC:       CCOpNo = 0; break;
43556   if (!IsSub && !PeekedThroughZext && X.getOpcode() == X86ISD::SETCC &&
43557       Y.getOpcode() != X86ISD::SETCC)
43560   if (Y.getOpcode() != X86ISD::SETCC || !Y.hasOneUse())
44964   case X86ISD::SETCC:       return combineX86SetCC(N, DAG, Subtarget);