Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Chain

508     // Legalized the chain result - switch anything that used the old chain to
520 // Legalized the chain result - switch anything that used the old chain to
547 SDValue Chain = N->getOperand(0); // Get the chain.
554 NewVAARG = DAG.getVAArg(NVT, dl, Chain, Ptr, N->getOperand(2),
557 // Legalized the chain result - switch anything that used the old chain to
1117 SDValue Chain = LD->getChain();
1125 Hi = DAG.getExtLoad(LD->getExtensionType(), dl, NVT, Chain, Ptr,
1129 // Remember the chain.
1130 Chain = Hi.getValue(1);
1136 // Modified the chain - switch anything that used the old chain to use the
1138 ReplaceValueWith(SDValue(LD, 1), Chain);
1424 Chain = ST->getChain();
1436 return DAG.getTruncStore(Chain, N->getDebugLoc(), Hi, Ptr,