Searched refs:DstOff (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 206 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 278 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 279 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy() 281 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7056 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 7067 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 7128 DstOff += VTSize; in getMemcpyLoadsAndStores() 7242 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 7275 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemmoveLoadsAndStores() 7278 DstOff += VTSize; in getMemmoveLoadsAndStores() 7356 uint64_t DstOff = 0; in getMemsetStores() local 7377 DstOff -= VTSize - Size; in getMemsetStores() 7393 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemsetStores() 7394 DstPtrInfo.getWithOffset(DstOff), Alignment, in getMemsetStores() [all …]
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7780 unsigned DstOff = 0; in lowerMemset() local 7789 DstOff -= TySize - Size; in lowerMemset() 7807 auto *StoreMMO = MF.getMachineMemOperand(&DstMMO, DstOff, Ty); in lowerMemset() 7810 if (DstOff != 0) { in lowerMemset() 7812 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in lowerMemset() 7817 DstOff += Ty.getSizeInBytes(); in lowerMemset()
|