Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:NewLD

1445   SDValue newLD =
1449 SDValue result = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, newLD);
3118 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
3125 SDValue Res = NewLD.getValue(i);
3131 SDValue LoadChain = NewLD.getValue(NumElts);
3230 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps,
3237 SDValue Res = NewLD.getValue(i);
3244 SDValue LoadChain = NewLD.getValue(NumElts);
3268 SDValue NewLD =
3273 NewLD.getValue(0)));
3274 Results.push_back(NewLD.getValue(1));