Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewLHS

652   SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
655 EVT VT = NewLHS.getValueType();
656 NewLHS = GetSoftenedFloat(NewLHS);
658 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, N->getDebugLoc());
663 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
669 DAG.getCondCode(CCCode), NewLHS, NewRHS,
698 NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
701 EVT VT = NewLHS.getValueType();
702 NewLHS = GetSoftenedFloat(NewLHS);
704 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, N->getDebugLoc());
709 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
714 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
721 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
724 EVT VT = NewLHS.getValueType();
725 NewLHS = GetSoftenedFloat(NewLHS);
727 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, N->getDebugLoc());
731 assert(NewLHS.getValueType() == N->getValueType(0) &&
733 return NewLHS;
737 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1269 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS,
1274 GetExpandedFloat(NewLHS, LHSLo, LHSHi);
1277 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!");
1295 NewLHS = DAG.getNode(ISD::OR, dl, Tmp1.getValueType(), Tmp1, Tmp3);
1300 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
1302 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1307 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1313 DAG.getCondCode(CCCode), NewLHS, NewRHS,
1382 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1384 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1389 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1394 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1400 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1402 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1406 assert(NewLHS.getValueType() == N->getValueType(0) &&
1408 return NewLHS;
1412 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,