Searched refs:DstOff (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringSyntaxChecker.cpp | 162 uint64_t DstOff = 0; in containsBadStrlcpyStrlcatPattern() local 193 DstOff = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern() 203 auto RemainingBufferLen = BufferLen - DstOff; in containsBadStrlcpyStrlcatPattern()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 206 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 279 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 280 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy() 282 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | api.cpp | 258 size_t DstOff = DstOffsets[0] * DstSliceSize; in omp_target_memcpy_rect() local 262 (char *)Dst + DstOff + DstSliceSize * I, in omp_target_memcpy_rect()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6826 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 6837 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 6898 DstOff += VTSize; in getMemcpyLoadsAndStores() 7003 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 7036 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemmoveLoadsAndStores() 7039 DstOff += VTSize; in getMemmoveLoadsAndStores() 7107 uint64_t DstOff = 0; in getMemsetStores() local 7128 DstOff -= VTSize - Size; in getMemsetStores() 7144 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemsetStores() 7145 DstPtrInfo.getWithOffset(DstOff), Alignment, in getMemsetStores() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 7514 unsigned DstOff = 0; in lowerMemset() local 7523 DstOff -= TySize - Size; in lowerMemset() 7541 auto *StoreMMO = MF.getMachineMemOperand(&DstMMO, DstOff, Ty); in lowerMemset() 7544 if (DstOff != 0) { in lowerMemset() 7546 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in lowerMemset() 7551 DstOff += Ty.getSizeInBytes(); in lowerMemset()
|