Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SetCC

77   case ISD::SETCC:       Res = PromoteIntRes_SETCC(N); break;
573 // Promote all the way up to the canonical SetCC type.
614 // Get the SETCC result using the canonical SETCC type.
615 SDValue SetCC = DAG.getNode(N->getOpcode(), dl, SVT, LHS, RHS,
620 return DAG.getNode(ISD::TRUNCATE, dl, NVT, SetCC);
894 case ISD::SETCC: Res = PromoteIntOp_SETCC(N, OpNo); break;
936 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
1020 // Promote all the way up to the canonical SetCC type.
1114 // Promote all the way up to the canonical SetCC type.
2665 case ISD::SETCC: Res = ExpandIntOp_SETCC(N); break;
2699 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.
2741 default: llvm_unreachable("Unknown integer setcc!");
2773 Tmp2 = DAG.getNode(ISD::SETCC, dl,
2890 "Unexpected setcc expansion!");