Home | History | Annotate | Download | only in radeon

Lines Matching defs:LHS

336   SDValue LHS   = Op.getOperand(2);
345 LHS, RHS,
392 SDValue LHS = Op.getOperand(0);
400 // LHS and RHS are guaranteed to be the same value type
401 EVT CompareVT = LHS.getValueType();
404 // necessary we need to convert LHS and RHS to be the same type True and
422 // XXX Check the value of LHS and RHS and avoid creating sequences like
424 LHS = DAG.getNode(ConversionOp, DL, VT, LHS);
431 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
444 if (isZero(LHS) || isZero(RHS)) {
445 SDValue Cond = (isZero(LHS) ? RHS : LHS);
466 return DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, True, False, CC);
488 SDValue Cond = DAG.getNode(ISD::SELECT_CC, DL, VT, LHS, RHS, HWTrue, HWFalse, CC);
502 SDValue LHS = Op.getOperand(0);
511 LHS, RHS,