Searched refs:DstOff (Results 1 – 4 of 4) sorted by relevance
/freebsd/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/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7883 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local 7894 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores() 7918 DAG.getMemBasePlusOffset(Dst, TypeSize::getFixed(DstOff), dl), in getMemcpyLoadsAndStores() 7919 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores() 7950 DAG.getMemBasePlusOffset(Dst, TypeSize::getFixed(DstOff), dl), in getMemcpyLoadsAndStores() 7951 DstPtrInfo.getWithOffset(DstOff), VT, Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores() 7955 DstOff += VTSize; in getMemcpyLoadsAndStores() 8069 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local 8102 DAG.getMemBasePlusOffset(Dst, TypeSize::getFixed(DstOff), dl), in getMemmoveLoadsAndStores() 8103 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemmoveLoadsAndStores() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8830 unsigned DstOff = 0; in lowerMemset() local 8839 DstOff -= TySize - Size; in lowerMemset() 8857 auto *StoreMMO = MF.getMachineMemOperand(&DstMMO, DstOff, Ty); in lowerMemset() 8860 if (DstOff != 0) { in lowerMemset() 8862 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in lowerMemset() 8867 DstOff += Ty.getSizeInBytes(); in lowerMemset()
|