Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETCC

70   case ISD::SETCC:       Res = PromoteIntRes_SETCC(N); break;
494 // Promote all the way up to the canonical SetCC type.
524 // Get the SETCC result using the canonical SETCC type.
525 SDValue SetCC = DAG.getNode(N->getOpcode(), dl, SVT, N->getOperand(0),
530 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC);
780 case ISD::SETCC: Res = PromoteIntOp_SETCC(N, OpNo); break;
813 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
878 // Promote all the way up to the canonical SetCC type.
981 // Promote all the way up to the canonical SetCC type.
2452 case ISD::SETCC: Res = ExpandIntOp_SETCC(N); break;
2485 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.
2527 default: llvm_unreachable("Unknown integer setcc!");
2554 Tmp2 = DAG.getNode(ISD::SETCC, dl,
2630 "Unexpected setcc expansion!");