Searched refs:NewLD (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1520 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, &OtherOps[0], local
1527 SDValue Res = NewLD.getValue(i);
1533 SDValue LoadChain = NewLD.getValue(NumElts);
1632 SDValue NewLD = DAG.getMemIntrinsicNode( local
1639 SDValue Res = NewLD.getValue(i);
1646 SDValue LoadChain = NewLD.getValue(NumElts);
1670 SDValue NewLD = local
1674 Results.push_back(NewLD.getValue(0));
1675 Results.push_back(NewLD.getValue(1));
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp959 SDValue NewLD = DAG.getExtLoad(ExtType, dl, PVT, local
964 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, VT, NewLD);
973 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1));
7690 SDValue NewLD = DAG.getLoad(NewVT, N0.getDebugLoc(), local
7695 SDValue NewVal = DAG.getNode(Opc, Value.getDebugLoc(), NewVT, NewLD,
7703 AddToWorkList(NewLD.getNode());
7706 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1));
7750 SDValue NewLD = DAG.getLoad(IntVT, Value.getDebugLoc(),
7755 SDValue NewST = DAG.getStore(NewLD.getValue(1), N->getDebugLoc(),
7756 NewLD, S
[all...]

Completed in 205 milliseconds