Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:BRCOND

130   setOperationAction(ISD::BRCOND, MVT::Other, Custom);
1232 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
1360 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND,
1363 SDLoc DL(BRCOND);
1365 SDNode *Intr = BRCOND.getOperand(1).getNode();
1366 SDValue Target = BRCOND.getOperand(2);
1377 BR = findUser(BRCOND, ISD::BR);
1383 return BRCOND;
1396 Ops.push_back(BRCOND.getOperand(0));
1409 BRCOND.getOperand(2)