Home
last modified time | relevance | path

Searched refs:NewLD (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp4876 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceLoadVector() local
4885 SDValue SubVector = NewLD.getValue(i); in ReplaceLoadVector()
4895 SDValue Res = NewLD.getValue(i); in ReplaceLoadVector()
4902 SDValue LoadChain = NewLD.getValue(NumElts); in ReplaceLoadVector()
5000 SDValue NewLD = DAG.getMemIntrinsicNode(Opcode, DL, LdResVTs, OtherOps, in ReplaceINTRINSIC_W_CHAIN() local
5007 SDValue Res = NewLD.getValue(i); in ReplaceINTRINSIC_W_CHAIN()
5014 SDValue LoadChain = NewLD.getValue(NumElts); in ReplaceINTRINSIC_W_CHAIN()
5036 SDValue NewLD = in ReplaceINTRINSIC_W_CHAIN() local
5041 NewLD.getValue(0))); in ReplaceINTRINSIC_W_CHAIN()
5042 Results.push_back(NewLD.getValue(1)); in ReplaceINTRINSIC_W_CHAIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1350 SDValue NewLD = DAG.getExtLoad(ExtType, DL, PVT, in PromoteLoad() local
1353 SDValue Result = DAG.getNode(ISD::TRUNCATE, DL, VT, NewLD); in PromoteLoad()
1359 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
15190 SDValue NewLD = in ReduceLoadOpStoreWidth() local
15194 SDValue NewVal = DAG.getNode(Opc, SDLoc(Value), NewVT, NewLD, in ReduceLoadOpStoreWidth()
15202 AddToWorklist(NewLD.getNode()); in ReduceLoadOpStoreWidth()
15205 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
15246 SDValue NewLD = in TransformFPLoadStorePair() local
15251 DAG.getStore(ST->getChain(), SDLoc(N), NewLD, ST->getBasePtr(), in TransformFPLoadStorePair()
15254 AddToWorklist(NewLD.getNode()); in TransformFPLoadStorePair()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7363 SDValue NewLD = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, in LowerLOAD() local
7368 DAG.getNode(ISD::TRUNCATE, DL, MemVT, NewLD), in LowerLOAD()
7369 NewLD.getValue(1) in LowerLOAD()
7377 SDValue Elt = DAG.getNode(ISD::SRL, DL, MVT::i32, NewLD, in LowerLOAD()
7385 NewLD.getValue(1) in LowerLOAD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7464 SDValue NewLD = in LowerLOAD() local
7467 SDValue Result = DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewLD); in LowerLOAD()
7469 SDValue Ops[] = { Result, SDValue(NewLD.getNode(), 1) }; in LowerLOAD()