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, SDLoc(N));
663 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
669 DAG.getCondCode(CCCode), NewLHS, NewRHS,
698 SDValue 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, SDLoc(N));
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, SDLoc(N));
731 assert(NewLHS.getValueType() == N->getValueType(0) &&
733 return NewLHS;
737 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1280 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS,
1285 GetExpandedFloat(NewLHS, LHSLo, LHSHi);
1288 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!");
1306 NewLHS = DAG.getNode(ISD::OR, dl, Tmp1.getValueType(), Tmp1, Tmp3);
1311 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
1313 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
1318 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1324 DAG.getCondCode(CCCode), NewLHS, NewRHS,
1393 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1395 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
1400 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1405 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1411 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1413 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, SDLoc(N));
1417 assert(NewLHS.getValueType() == N->getValueType(0) &&
1419 return NewLHS;
1423 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,