Lines Matching refs:NewOp
159 SDValue NewOp = Ops[i]; in makeLibCall() local
160 Entry.Node = NewOp; in makeLibCall()
162 Entry.IsSExt = shouldSignExtendTypeInLibCall(NewOp.getValueType(), in makeLibCall()
548 SDValue NewOp = TLO.DAG.getNode(Opcode, DL, VT, Op.getOperand(0), NewC, in ShrinkDemandedConstant() local
550 return TLO.CombineTo(Op, NewOp); in ShrinkDemandedConstant()
1291 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc, NewSub, in SimplifyDemandedBits() local
1293 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1318 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, DemandedSrc, in SimplifyDemandedBits() local
1320 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1382 SDValue NewOp = TLO.DAG.getVectorShuffle(VT, dl, Op0, Op1, ShuffleMask); in SimplifyDemandedBits() local
1383 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1478 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Op1); in SimplifyDemandedBits() local
1479 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1530 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Op1); in SimplifyDemandedBits() local
1531 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1655 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Op1); in SimplifyDemandedBits() local
1656 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1830 SDValue NewOp = TLO.DAG.getNode(ISD::SHL, dl, VT, DemandedOp0, Op1); in SimplifyDemandedBits() local
1831 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
1882 SDValue NewOp = TLO.DAG.getNode(ISD::TRUNCATE, dl, HalfVT, Op0); in SimplifyDemandedBits() local
1885 SDValue NewShift = TLO.DAG.getNode(ISD::SHL, dl, HalfVT, NewOp, in SimplifyDemandedBits()
1979 SDValue NewOp = TLO.DAG.getNode(ISD::TRUNCATE, dl, HalfVT, Op0); in SimplifyDemandedBits() local
1983 TLO.DAG.getNode(ISD::SRL, dl, HalfVT, NewOp, NewShiftAmt); in SimplifyDemandedBits()
2003 SDValue NewOp = TLO.DAG.getNode(ISD::SRL, dl, VT, DemandedOp0, Op1); in SimplifyDemandedBits() local
2004 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2118 SDValue NewOp = TLO.DAG.getNode(ISD::SRA, dl, VT, DemandedOp0, Op1); in SimplifyDemandedBits() local
2119 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2177 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, DemandedOp0, in SimplifyDemandedBits() local
2179 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2324 SDValue NewOp = TLO.DAG.getNode(ShiftOpcode, dl, VT, Src, ShAmt); in SimplifyDemandedBits() local
2325 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2668 SDValue NewOp = in SimplifyDemandedBits() local
2670 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2767 SDValue NewOp = TLO.DAG.getBitcast(VT, DemandedSrc); in SimplifyDemandedBits() local
2768 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2850 SDValue NewOp = in SimplifyDemandedBits() local
2852 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
2870 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, Op0, Neg1, Flags); in SimplifyDemandedBits() local
2871 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedBits()
3096 SDValue NewOp = in SimplifyDemandedVectorElts() local
3099 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedVectorElts()
3300 SDValue NewOp = in SimplifyDemandedVectorElts() local
3302 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedVectorElts()
3344 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), SDLoc(Op), VT, NewSrc, in SimplifyDemandedVectorElts() local
3346 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedVectorElts()
3372 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), SDLoc(Op), VT, NewSrc, in SimplifyDemandedVectorElts() local
3374 return TLO.CombineTo(Op, NewOp); in SimplifyDemandedVectorElts()
8420 unsigned NewOp = Node->getOpcode() == ISD::FMINNUM ? in expandFMINNUM_FMAXNUM() local
8428 if (isOperationLegalOrCustom(NewOp, VT)) { in expandFMINNUM_FMAXNUM()
8445 return DAG.getNode(NewOp, dl, VT, Quiet0, Quiet1, Node->getFlags()); in expandFMINNUM_FMAXNUM()