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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1550   case ISD::SETCCCARRY:         return visitSETCCCARRY(N);
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3610   case ISD::SETCCCARRY:        Res = ExpandIntOp_SETCCCARRY(N); break;
 3748   bool HasSETCCCARRY = TLI.isOperationLegalOrCustom(ISD::SETCCCARRY, ExpandVT);
 3773     SDValue Res = DAG.getNode(ISD::SETCCCARRY, dl, getSetCCResultType(HiVT),
 3857   return DAG.getNode(ISD::SETCCCARRY, dl, N->getValueType(0), LHSHi, RHSHi,
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  272   case ISD::SETCCCARRY:                 return "setcccarry";
lib/CodeGen/TargetLoweringBase.cpp
  669     setOperationAction(ISD::SETCCCARRY, VT, Expand);
lib/Target/ARM/ARMISelLowering.cpp
 1287   setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom);
 9191   case ISD::SETCCCARRY:    return LowerSETCCCARRY(Op, DAG);
lib/Target/X86/X86ISelLowering.cpp
 1797     setOperationAction(ISD::SETCCCARRY, VT, Custom);
27718   case ISD::SETCCCARRY:         return LowerSETCCCARRY(Op, DAG);