Lines Matching defs:BRCOND
295 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
5755 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
6544 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND,
6546 SDLoc DL(BRCOND);
6548 SDNode *Intr = BRCOND.getOperand(1).getNode();
6549 SDValue Target = BRCOND.getOperand(2);
6560 BR = findUser(BRCOND, ISD::BR);
6568 return BRCOND;
6582 Ops.push_back(BRCOND.getOperand(0));
6595 BRCOND.getOperand(0)
6605 BRCOND.getOperand(2)