• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/

Lines Matching refs:NewLHS

612 void DAGTypeLegalizer::SoftenSetCCOperands(SDValue &NewLHS, SDValue &NewRHS,
614 SDValue LHSInt = GetSoftenedFloat(NewLHS);
616 EVT VT = NewLHS.getValueType();
682 NewLHS = MakeLibCall(LC1, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
687 NewLHS, NewRHS, DAG.getCondCode(CCCode));
688 NewLHS = MakeLibCall(LC2, RetVT, Ops, 2, false/*sign irrelevant*/, dl);
689 NewLHS = DAG.getNode(ISD::SETCC, dl, TLI.getSetCCResultType(RetVT), NewLHS,
691 NewLHS = DAG.getNode(ISD::OR, dl, Tmp.getValueType(), Tmp, NewLHS);
713 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
715 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
720 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
726 DAG.getCondCode(CCCode), NewLHS, NewRHS,
755 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
757 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
762 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
767 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
774 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
776 SoftenSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
780 assert(NewLHS.getValueType() == N->getValueType(0) &&
782 return NewLHS;
786 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1293 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS,
1298 GetExpandedFloat(NewLHS, LHSLo, LHSHi);
1301 assert(NewLHS.getValueType() == MVT::ppcf128 && "Unsupported setcc type!");
1319 NewLHS = DAG.getNode(ISD::OR, dl, Tmp1.getValueType(), Tmp1, Tmp3);
1324 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3);
1326 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1331 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1337 DAG.getCondCode(CCCode), NewLHS, NewRHS,
1405 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1407 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1412 NewRHS = DAG.getConstant(0, NewLHS.getValueType());
1417 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,
1423 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1);
1425 FloatExpandSetCCOperands(NewLHS, NewRHS, CCCode, N->getDebugLoc());
1429 assert(NewLHS.getValueType() == N->getValueType(0) &&
1431 return NewLHS;
1435 return SDValue(DAG.UpdateNodeOperands(N, NewLHS, NewRHS,