• Home
  • Raw
  • Download

Lines Matching refs:NewSrc

1061       SDValue NewSrc = SimplifyMultipleUseDemandedBits(  in SimplifyDemandedBits()  local
1063 if (NewSub || NewSrc) { in SimplifyDemandedBits()
1065 NewSrc = NewSrc ? NewSrc : Src; in SimplifyDemandedBits()
1066 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc, NewSub, in SimplifyDemandedBits()
1881 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1883 return TLO.CombineTo(Op, TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc)); in SimplifyDemandedBits()
1934 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1936 return TLO.CombineTo(Op, TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc)); in SimplifyDemandedBits()
1964 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1966 return TLO.CombineTo(Op, TLO.DAG.getNode(Op.getOpcode(), dl, VT, NewSrc)); in SimplifyDemandedBits()
1981 if (SDValue NewSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
1983 return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::TRUNCATE, dl, VT, NewSrc)); in SimplifyDemandedBits()
2572 SDValue NewSrc = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
2576 if (NewSrc || NewSub) { in SimplifyDemandedVectorElts()
2577 NewSrc = NewSrc ? NewSrc : Src; in SimplifyDemandedVectorElts()
2579 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), SDLoc(Op), VT, NewSrc, in SimplifyDemandedVectorElts()
2604 SDValue NewSrc = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorElts() local
2606 if (NewSrc) { in SimplifyDemandedVectorElts()
2607 SDValue NewOp = TLO.DAG.getNode(Op.getOpcode(), SDLoc(Op), VT, NewSrc, in SimplifyDemandedVectorElts()