Lines Matching refs:SETCC

577   if (N.getOpcode() == ISD::SETCC) {  in isSetCCEquivalent()
1159 case ISD::SETCC: return visitSETCC(N); in visit()
2715 TLI.isOperationLegal(ISD::SETCC, in visitAND()
3238 TLI.isOperationLegal(ISD::SETCC, in visitOR()
3477 case ISD::SETCC: in visitXOR()
4258 if (N0.getOpcode() == ISD::SETCC) { in visitSELECT()
4302 if (N0.getOpcode() == ISD::SETCC) { in visitVSELECT()
4332 if (N0.getOpcode() == ISD::SETCC) { in visitVSELECT()
4385 if (SCC.getOpcode() == ISD::SETCC) in visitSELECT_CC()
4424 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) { in ExtendUsesToFormExtLoad()
4486 CombineTo(SetCC, DAG.getNode(ISD::SETCC, DL, SetCC->getValueType(0), in ExtendSetCCUses()
4640 if (N0.getOpcode() == ISD::SETCC) { in visitSIGN_EXTEND()
4685 TLI.isOperationLegal(ISD::SETCC, getSetCCResultType(VT)))) { in visitSIGN_EXTEND()
4716 if (N->getOpcode() != ISD::SETCC || N->getValueType(0) != MVT::i1 || in isTruncateOf()
4927 if (N0.getOpcode() == ISD::SETCC) { in visitZERO_EXTEND()
5111 if (N0.getOpcode() == ISD::SETCC) { in visitANY_EXTEND()
6561 if (N0.getOpcode() == ISD::SETCC && N0.getValueType() == MVT::i1 && in visitSINT_TO_FP()
6575 N0.getOperand(0).getOpcode() == ISD::SETCC &&!VT.isVector() && in visitSINT_TO_FP()
6619 if (N0.getOpcode() == ISD::SETCC && !VT.isVector() && in visitUINT_TO_FP()
6886 if (N1.getOpcode() == ISD::SETCC && in visitBRCOND()
6995 if (Op0.getOpcode() != ISD::SETCC && Op1.getOpcode() != ISD::SETCC) { in visitBRCOND()
7043 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
10300 assert(N0.getOpcode() ==ISD::SETCC && "First argument must be a SetCC node!"); in SimplifySelect()
10312 SDValue SETCC = DAG.getNode(ISD::SETCC, SDLoc(N0), in SimplifySelect() local
10316 AddToWorkList(SETCC.getNode()); in SimplifySelect()
10318 SCC.getOperand(2), SCC.getOperand(3), SETCC); in SimplifySelect()
10623 TLI.isOperationLegal(ISD::SETCC, in SimplifySelectCC()
10662 TLI.isOperationLegal(ISD::SETCC, getSetCCResultType(XType))) { in SimplifySelectCC()