Home
last modified time | relevance | path

Searched refs:DstOff (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp162 uint64_t DstOff = 0; in containsBadStrlcpyStrlcatPattern() local
193 DstOff = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern()
203 auto RemainingBufferLen = BufferLen - DstOff; in containsBadStrlcpyStrlcatPattern()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp206 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1287 unsigned DstOff = 0; in optimizeMemset() local
1296 DstOff -= TySize - Size; in optimizeMemset()
1315 MF.getMachineMemOperand(&DstMMO, DstOff, Ty.getSizeInBytes()); in optimizeMemset()
1318 if (DstOff != 0) { in optimizeMemset()
1320 MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), DstOff); in optimizeMemset()
1325 DstOff += Ty.getSizeInBytes(); in optimizeMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6395 uint64_t SrcOff = 0, DstOff = 0; in getMemcpyLoadsAndStores() local
6406 DstOff -= VTSize - Size; in getMemcpyLoadsAndStores()
6430 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemcpyLoadsAndStores()
6431 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags); in getMemcpyLoadsAndStores()
6460 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemcpyLoadsAndStores()
6461 DstPtrInfo.getWithOffset(DstOff), VT, Alignment, MMOFlags); in getMemcpyLoadsAndStores()
6465 DstOff += VTSize; in getMemcpyLoadsAndStores()
6565 uint64_t SrcOff = 0, DstOff = 0; in getMemmoveLoadsAndStores() local
6598 DAG.getMemBasePlusOffset(Dst, TypeSize::Fixed(DstOff), dl), in getMemmoveLoadsAndStores()
6599 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags); in getMemmoveLoadsAndStores()
[all …]