Home | History | Annotate | Download | only in R600

Lines Matching defs:CC

827   SDValue CC = Op.getOperand(4);
846 ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
848 CC = DAG.getCondCode(ISD::getSetCCInverse(CCOpcode, CompareVT == MVT::i32));
854 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
869 ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get();
931 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, CompareVT, LHS, RHS, HWTrue, HWFalse, CC);
1396 // (i32 fp_to_sint (fneg (select_cc f32, f32, 1.0, 0.0 cc))) ->
1397 // (i32 select_cc f32, f32, -1, 0 cc)
1420 SelectCC.getOperand(4)); // CC
1500 // fold selectcc (selectcc x, y, a, b, cc), b, a, b, seteq ->
1501 // selectcc x, y, a, b, inv(cc)
1503 // fold selectcc (selectcc x, y, a, b, cc), b, a, b, setne ->
1504 // selectcc x, y, a, b, cc