Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:getSetCCResultType

384     /// getSetCCResultType - Convenience wrapper around
385 /// TargetLowering::getSetCCResultType
386 EVT getSetCCResultType(EVT VT) const {
387 return TLI.getSetCCResultType(*DAG.getContext(), VT);
2814 getSetCCResultType(N0.getSimpleValueType())))))
3394 getSetCCResultType(N0.getValueType())))))
4761 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
5098 EVT SVT = getSetCCResultType(N0VT);
5133 EVT SetCCVT = getSetCCResultType(N0.getOperand(0).getValueType());
5140 EVT SelectVT = getSetCCResultType(VT);
5387 if (getSetCCResultType(N0VT) == N0.getValueType())
7422 getSetCCResultType(Op0.getValueType()),
7492 SetCCVT = getSetCCResultType(SetCCVT);
7523 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
11119 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
11187 getSetCCResultType(N0.getValueType()),
11290 LegalTypes ? getSetCCResultType(N0.getValueType()) : MVT::i1)) {
11294 SCC = DAG.getSetCC(DL, getSetCCResultType(N0.getValueType()),
11328 TLI.isOperationLegal(ISD::SETCC, getSetCCResultType(XType))) {
11329 SDValue Res = DAG.getSetCC(DL, getSetCCResultType(XType), N0, N1, CC);