Lines Matching defs:ResChain
8586 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1);
8590 // Given the head of the old chain, ResChain, insert a token factor containing
8591 // it and NewResChain, and make users of ResChain now be users of that token
8594 void PPCTargetLowering::spliceIntoChain(SDValue ResChain,
8597 if (!ResChain)
8607 DAG.ReplaceAllUsesOfValueWith(ResChain, TF);
8608 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain);
8873 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
8883 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
8893 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
8989 spliceIntoChain(RLI.ResChain, Ld.getValue(1), DAG);