Lines Matching refs:NewChain

5453       SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other,  in EltsFromConsecutiveLoads()  local
5456 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
5457 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
5482 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, in EltsFromConsecutiveLoads() local
5484 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads()
5485 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(LDBase, 1), in EltsFromConsecutiveLoads()
22701 SDValue NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in PerformShuffleCombine256() local
22703 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in PerformShuffleCombine256()
22704 DAG.UpdateNodeOperands(NewChain.getNode(), SDValue(Ld, 1), in PerformShuffleCombine256()
26315 SDValue NewChain = NewLd.getValue(1); in PerformSTORECombine() local
26317 Ops.push_back(NewChain); in PerformSTORECombine()
26318 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, Ops); in PerformSTORECombine()
26320 return DAG.getStore(NewChain, StDL, NewLd, St->getBasePtr(), in PerformSTORECombine()
26341 SDValue NewChain = LoLd.getValue(1); in PerformSTORECombine() local
26345 NewChain = DAG.getNode(ISD::TokenFactor, LdDL, MVT::Other, Ops); in PerformSTORECombine()
26352 SDValue LoSt = DAG.getStore(NewChain, StDL, LoLd, LoAddr, in PerformSTORECombine()
26356 SDValue HiSt = DAG.getStore(NewChain, StDL, HiLd, HiAddr, in PerformSTORECombine()