Lines Matching refs:Ch

380   SDValue Ch = DAG.getStore(  in PerformInsertVectorEltInMemory()  local
387 Ch = DAG.getTruncStore( in PerformInsertVectorEltInMemory()
388 Ch, dl, Tmp2, StackPtr2, in PerformInsertVectorEltInMemory()
391 return DAG.getLoad(VT, dl, Ch, StackPtr, MachinePointerInfo::getFixedStack( in PerformInsertVectorEltInMemory()
743 SDValue Ch; in LegalizeLoadOps() local
755 Ch = Result.getValue(1); // The chain. in LegalizeLoadOps()
769 Chain = Ch; in LegalizeLoadOps()
784 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local
804 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in LegalizeLoadOps()
832 Ch = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in LegalizeLoadOps()
845 Chain = Ch; in LegalizeLoadOps()
1370 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local
1392 Ch = SDValue(ST, 0); in ExpandExtractFromVectorThroughStack()
1399 if (!Ch.getNode()) { in ExpandExtractFromVectorThroughStack()
1402 Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, in ExpandExtractFromVectorThroughStack()
1408 std::min(cast<StoreSDNode>(Ch)->getAlign(), in ExpandExtractFromVectorThroughStack()
1415 NewLoad = DAG.getLoad(Op.getValueType(), dl, Ch, StackPtr, in ExpandExtractFromVectorThroughStack()
1419 NewLoad = DAG.getExtLoad(ISD::EXTLOAD, dl, Op.getValueType(), Ch, StackPtr, in ExpandExtractFromVectorThroughStack()
1425 DAG.ReplaceAllUsesOfValueWith(Ch, SDValue(NewLoad.getNode(), 1)); in ExpandExtractFromVectorThroughStack()
1431 NewLoadOperands[0] = Ch; in ExpandExtractFromVectorThroughStack()
1454 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack() local
1461 Ch = DAG.getStore( in ExpandInsertToVectorThroughStack()
1462 Ch, dl, Part, SubStackPtr, in ExpandInsertToVectorThroughStack()
1466 return DAG.getLoad(Op.getValueType(), dl, Ch, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack()
1790 SDValue Ch = DAG.getTruncStore( in ExpandSCALAR_TO_VECTOR() local
1795 Node->getValueType(0), dl, Ch, StackPtr, in ExpandSCALAR_TO_VECTOR()