Searched refs:DstOff (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMSelectionDAGInfo.cpp | 166 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 189 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 190 DstPtrInfo.getWithOffset(DstOff), in EmitTargetCodeForMemcpy() 192 DstOff += VTSize; in EmitTargetCodeForMemcpy() 241 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 242 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy() 244 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAG.cpp | 4216 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 4227 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 4240 getMemBasePlusOffset(Dst, DstOff, dl, DAG), in getMemcpyLoadsAndStores() 4241 DstPtrInfo.getWithOffset(DstOff), isVol, in getMemcpyLoadsAndStores() 4258 getMemBasePlusOffset(Dst, DstOff, dl, DAG), in getMemcpyLoadsAndStores() 4259 DstPtrInfo.getWithOffset(DstOff), VT, isVol, in getMemcpyLoadsAndStores() 4264 DstOff += VTSize; in getMemcpyLoadsAndStores() 4314 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 4340 getMemBasePlusOffset(Dst, DstOff, dl, DAG), in getMemmoveLoadsAndStores() 4341 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align); in getMemmoveLoadsAndStores() [all …]
|