Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:NewLD

1179   SDValue newLD =
1183 SDValue result = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, newLD);
2090 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, &OtherOps[0],
2097 SDValue Res = NewLD.getValue(i);
2103 SDValue LoadChain = NewLD.getValue(NumElts);
2203 SDValue NewLD = DAG.getMemIntrinsicNode(
2210 SDValue Res = NewLD.getValue(i);
2217 SDValue LoadChain = NewLD.getValue(NumElts);
2241 SDValue NewLD =
2246 NewLD.getValue(0)));
2247 Results.push_back(NewLD.getValue(1));