Searched refs:DstOff (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.cpp | 205 uint64_t SrcOff = 0, DstOff = 0; in EmitTargetCodeForMemcpy() local 277 DAG.getConstant(DstOff, dl, MVT::i32)), in EmitTargetCodeForMemcpy() 278 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy() 280 DstOff += VTSize; in EmitTargetCodeForMemcpy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7518 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 7529 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 7590 DstOff += VTSize; in getMemcpyLoadsAndStores() 7704 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 7737 DAG.getMemBasePlusOffset(Dst, TypeSize::getFixed(DstOff), dl), in getMemmoveLoadsAndStores() 7740 DstOff += VTSize; in getMemmoveLoadsAndStores() 7817 uint64_t DstOff = 0; in getMemsetStores() local 7838 DstOff -= VTSize - Size; in getMemsetStores() 7869 DAG.getMemBasePlusOffset(Dst, TypeSize::getFixed(DstOff), dl), in getMemsetStores() 7870 DstPtrInfo.getWithOffset(DstOff), Alignment, in getMemsetStores() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 8307 unsigned DstOff = 0; in lowerMemset() local 8316 DstOff -= TySize - Size; in lowerMemset() 8334 auto *StoreMMO = MF.getMachineMemOperand(&DstMMO, DstOff, Ty); in lowerMemset() 8337 if (DstOff != 0) { in lowerMemset() 8339 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in lowerMemset() 8344 DstOff += Ty.getSizeInBytes(); in lowerMemset()
|