Searched refs:DstOff (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXSelectionDAGInfo.cpp | 60 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 83 DAG.getConstant(DstOff, PointerType)), in EmitTargetCodeForMemcpy() 84 DstPtrInfo.getWithOffset(DstOff), in EmitTargetCodeForMemcpy() 86 DstOff += VTSize; in EmitTargetCodeForMemcpy() 132 DAG.getConstant(DstOff, PointerType)), in EmitTargetCodeForMemcpy() 133 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy() 135 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 58 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 80 DAG.getConstant(DstOff, MVT::i32)), in EmitTargetCodeForMemcpy() 81 DstPtrInfo.getWithOffset(DstOff), in EmitTargetCodeForMemcpy() 83 DstOff += VTSize; in EmitTargetCodeForMemcpy() 129 DAG.getConstant(DstOff, MVT::i32)), in EmitTargetCodeForMemcpy() 130 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy() 132 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 159 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 238 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 239 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy() 241 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4355 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 4366 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 4379 DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemcpyLoadsAndStores() 4380 DstPtrInfo.getWithOffset(DstOff), isVol, in getMemcpyLoadsAndStores() 4398 DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemcpyLoadsAndStores() 4399 DstPtrInfo.getWithOffset(DstOff), VT, isVol, in getMemcpyLoadsAndStores() 4404 DstOff += VTSize; in getMemcpyLoadsAndStores() 4456 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 4482 DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemmoveLoadsAndStores() 4483 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align); in getMemmoveLoadsAndStores() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3465 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 3480 getMemBasePlusOffset(Dst, DstOff, DAG), in getMemcpyLoadsAndStores() 3481 DstPtrInfo.getWithOffset(DstOff), isVol, in getMemcpyLoadsAndStores() 3496 getMemBasePlusOffset(Dst, DstOff, DAG), in getMemcpyLoadsAndStores() 3497 DstPtrInfo.getWithOffset(DstOff), VT, isVol, in getMemcpyLoadsAndStores() 3502 DstOff += VTSize; in getMemcpyLoadsAndStores() 3552 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 3579 getMemBasePlusOffset(Dst, DstOff, DAG), in getMemmoveLoadsAndStores() 3580 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align); in getMemmoveLoadsAndStores() 3582 DstOff += VTSize; in getMemmoveLoadsAndStores() [all …]
|