Home
last modified time | relevance | path

Searched defs:CopySize (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c828 ACPI_SIZE CopySize; in AcpiUtCopySimpleObject() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp321 size_t CopySize = Rand(ToSize - ToBeg) + 1; in CopyPartOf() local
338 size_t CopySize = Rand(MaxCopySize) + 1; in InsertPartOf() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1431 Value *CopySize = MemCpy->getLength(); in overreadUndefContents() local
1458 Value *CopySize = MemCpy->getLength(); in performMemCpyToMemSetOptzn() local
1815 if (auto *CopySize = dyn_cast<ConstantInt>(M->getLength())) { in processMemCpy() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp44 size_t CopySize = 16 >= Scalar.size() ? 16 : Scalar.size(); in input() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp6657 Value *CopySize = IRB.CreateAdd( in finalizeInstrumentation() local
6857 Value *CopySize = IRB.CreateAdd( in finalizeInstrumentation() local
7065 Value *CopySize = VAArgSize; in finalizeInstrumentation() local
7201 Value *CopySize = VAArgSize; in finalizeInstrumentation() local
7540 Value *CopySize = in finalizeInstrumentation() local
7641 Value *CopySize = VAArgSize; in finalizeInstrumentation() local
7726 Value *CopySize = VAArgSize; in finalizeInstrumentation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1731 ConstantInt *CopySize = nullptr; in translateMemFunc() local