Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Chain

524     // Legalized the chain result - switch anything that used the old chain to
537 // Legalized the chain result - switch anything that used the old chain to
564 SDValue Chain = N->getOperand(0); // Get the chain.
571 NewVAARG = DAG.getVAArg(NVT, dl, Chain, Ptr, N->getOperand(2),
574 // Legalized the chain result - switch anything that used the old chain to
1156 SDValue Chain = LD->getChain();
1164 Hi = DAG.getExtLoad(LD->getExtensionType(), dl, NVT, Chain, Ptr,
1167 // Remember the chain.
1168 Chain = Hi.getValue(1);
1174 // Modified the chain - switch anything that used the old chain to use the
1176 ReplaceValueWith(SDValue(LD, 1), Chain);
1474 SDValue Chain = ST->getChain();
1486 return DAG.getTruncStore(Chain, SDLoc(N), Hi, Ptr,