• Home
  • Raw
  • Download

Lines Matching refs:SETCC

547   if (N.getOpcode() == ISD::SETCC) {  in isSetCCEquivalent()
1131 case ISD::SETCC: return visitSETCC(N); in visit()
2638 TLI.isOperationLegal(ISD::SETCC, in visitAND()
3150 TLI.isOperationLegal(ISD::SETCC, in visitOR()
3419 case ISD::SETCC: in visitXOR()
4151 if (N0.getOpcode() == ISD::SETCC) { in visitSELECT()
4192 if (SCC.getNode() && SCC.getOpcode() == ISD::SETCC) in visitSELECT_CC()
4230 if (ExtOpc != ISD::ANY_EXTEND && User->getOpcode() == ISD::SETCC) { in ExtendUsesToFormExtLoad()
4292 CombineTo(SetCC, DAG.getNode(ISD::SETCC, DL, SetCC->getValueType(0), in ExtendSetCCUses()
4453 if (N0.getOpcode() == ISD::SETCC) { in visitSIGN_EXTEND()
4500 TLI.isOperationLegal(ISD::SETCC, TLI.getSetCCResultType(VT)))) in visitSIGN_EXTEND()
4530 if (N->getOpcode() != ISD::SETCC || N->getValueType(0) != MVT::i1 || in isTruncateOf()
4748 if (N0.getOpcode() == ISD::SETCC) { in visitZERO_EXTEND()
4936 if (N0.getOpcode() == ISD::SETCC) { in visitANY_EXTEND()
6383 if (N0.getOpcode() == ISD::SETCC && N0.getValueType() == MVT::i1 && in visitSINT_TO_FP()
6397 N0.getOperand(0).getOpcode() == ISD::SETCC &&!VT.isVector() && in visitSINT_TO_FP()
6441 if (N0.getOpcode() == ISD::SETCC && !VT.isVector() && in visitUINT_TO_FP()
6711 if (N1.getOpcode() == ISD::SETCC && in visitBRCOND()
6820 if (Op0.getOpcode() != ISD::SETCC && Op1.getOpcode() != ISD::SETCC) { in visitBRCOND()
6868 if (Simp.getNode() && Simp.getOpcode() == ISD::SETCC) in visitBR_CC()
9368 assert(N0.getOpcode() ==ISD::SETCC && "First argument must be a SetCC node!"); in SimplifySelect()
9380 SDValue SETCC = DAG.getNode(ISD::SETCC, N0.getDebugLoc(), in SimplifySelect() local
9384 AddToWorkList(SETCC.getNode()); in SimplifySelect()
9386 SCC.getOperand(2), SCC.getOperand(3), SETCC); in SimplifySelect()
9691 TLI.isOperationLegal(ISD::SETCC, in SimplifySelectCC()
9729 TLI.isOperationLegal(ISD::SETCC, TLI.getSetCCResultType(XType))) { in SimplifySelectCC()