Searched refs:DstOff (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 158 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 231 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 232 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy() 234 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 1029 unsigned DstOff = 0; in optimizeMemset() local 1038 DstOff -= TySize - Size; in optimizeMemset() 1057 MF.getMachineMemOperand(&DstMMO, DstOff, Ty.getSizeInBytes()); in optimizeMemset() 1060 if (DstOff != 0) { in optimizeMemset() 1062 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in optimizeMemset() 1067 DstOff += Ty.getSizeInBytes(); in optimizeMemset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5939 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 5950 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 5973 Chain, dl, Value, DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemcpyLoadsAndStores() 5974 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags); in getMemcpyLoadsAndStores() 6001 Chain, dl, Value, DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemcpyLoadsAndStores() 6002 DstPtrInfo.getWithOffset(DstOff), VT, Alignment, MMOFlags); in getMemcpyLoadsAndStores() 6006 DstOff += VTSize; in getMemcpyLoadsAndStores() 6108 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 6139 DAG.getMemBasePlusOffset(Dst, DstOff, dl), in getMemmoveLoadsAndStores() 6140 DstPtrInfo.getWithOffset(DstOff), Align, MMOFlags); in getMemmoveLoadsAndStores() [all …]
|