Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSetCC

2661         return DAG.getSetCC(SDLoc(N), VT, ORNode, LR, Op1);
2668 return DAG.getSetCC(SDLoc(N), VT, ANDNode, LR, Op1);
2675 return DAG.getSetCC(SDLoc(N), VT, ORNode, LR, Op1);
2691 return DAG.getSetCC(SDLoc(N), N0.getValueType(),
3178 return DAG.getSetCC(SDLoc(N), VT, ORNode, LR, Op1);
3187 return DAG.getSetCC(SDLoc(N), VT, ANDNode, LR, Op1);
3203 return DAG.getSetCC(SDLoc(N), N0.getValueType(),
3463 return DAG.getSetCC(SDLoc(N), VT, LHS, RHS, NotCC);
4566 return DAG.getSetCC(SDLoc(N), VT, N0.getOperand(0),
4575 SDValue VsetCC = DAG.getSetCC(SDLoc(N), MatchingVectorType,
4595 DAG.getSetCC(SDLoc(N),
4857 DAG.getSetCC(SDLoc(N), VT, N0.getOperand(0),
4873 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0),
5041 return DAG.getSetCC(SDLoc(N), VT, N0.getOperand(0),
5055 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0),
6858 DAG.getSetCC(SDLoc(N),
6930 SDValue SetCC = DAG.getSetCC(SDLoc(TheXor),
9848 SDValue Cond = DAG.getSetCC(DL,
9956 SCC = DAG.getSetCC(DL, getSetCCResultType(N0.getValueType()),
9965 SCC = DAG.getSetCC(SDLoc(N0), MVT::i1, N0, N1, CC);
9990 SDValue Res = DAG.getSetCC(DL, getSetCCResultType(XType), N0, N1, CC);