Lines Matching defs:BRCOND
294 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
5894 case ISD::BRCOND:
6689 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, SelectionDAG &DAG) const {
6690 SDLoc DL(BRCOND);
6692 SDNode *Intr = BRCOND.getOperand(1).getNode();
6693 SDValue Target = BRCOND.getOperand(2);
6704 BR = findUser(BRCOND, ISD::BR);
6712 return BRCOND;
6726 Ops.push_back(BRCOND.getOperand(0));
6737 SDValue Ops[] = {SDValue(Result, 0), BRCOND.getOperand(0)};
6744 SDValue Ops[] = {BR->getOperand(0), BRCOND.getOperand(2)};