Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETCC

591   case ISD::SETCC:       Res = SoftenFloatOp_SETCC(N); break;
611 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
618 assert((VT == MVT::f32 || VT == MVT::f64) && "Unsupported setcc type!");
675 default: llvm_unreachable("Do not know how to soften this setcc!");
686 SDValue Tmp = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT),
689 NewLHS = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT), NewLHS,
781 "Unexpected setcc expansion!");
1270 case ISD::SETCC: Res = ExpandFloatOp_SETCC(N); break;
1292 /// is shared among BR_CC, SELECT_CC, and SETCC handlers.
1301 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!");
1430 "Unexpected setcc expansion!");