Lines Matching refs:ResChain
6268 RLI.ResChain = SDValue(LD, LD->isIndexed() ? 2 : 1);
6272 // Given the head of the old chain, ResChain, insert a token factor containing
6273 // it and NewResChain, and make users of ResChain now be users of that token
6275 void PPCTargetLowering::spliceIntoChain(SDValue ResChain,
6278 if (!ResChain)
6288 DAG.ReplaceAllUsesOfValueWith(ResChain, TF);
6289 DAG.UpdateNodeOperands(TF.getNode(), ResChain, NewResChain);
6435 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6445 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6455 spliceIntoChain(RLI.ResChain, Bits.getValue(1), DAG);
6543 spliceIntoChain(RLI.ResChain, Ld.getValue(1), DAG);