Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSetCC

2553         return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2560 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
2567 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
2580 return DAG.getSetCC(N->getDebugLoc(), N0.getValueType(),
3027 return DAG.getSetCC(N->getDebugLoc(), VT, ORNode, LR, Op1);
3036 return DAG.getSetCC(N->getDebugLoc(), VT, ANDNode, LR, Op1);
3049 return DAG.getSetCC(N->getDebugLoc(), N0.getValueType(),
3321 return DAG.getSetCC(N->getDebugLoc(), VT, LHS, RHS, NotCC);
4369 return DAG.getSetCC(N->getDebugLoc(), VT, N0.getOperand(0),
4384 SDValue VsetCC = DAG.getSetCC(N->getDebugLoc(), MatchingVectorType,
4404 DAG.getSetCC(N->getDebugLoc(),
4663 DAG.getSetCC(N->getDebugLoc(), VT, N0.getOperand(0),
4679 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
4847 return DAG.getSetCC(N->getDebugLoc(), VT, N0.getOperand(0),
4861 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0),
6171 DAG.getSetCC(N->getDebugLoc(),
6237 SDValue SetCC = DAG.getSetCC(TheXor->getDebugLoc(),
8275 SDValue Cond = DAG.getSetCC(DL,
8381 SCC = DAG.getSetCC(DL, TLI.getSetCCResultType(N0.getValueType()),
8389 SCC = DAG.getSetCC(N0.getDebugLoc(), MVT::i1, N0, N1, CC);
8413 SDValue Res = DAG.getSetCC(DL, TLI.getSetCCResultType(XType), N0, N1, CC);