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.cpp1444 Value *CopySize = MemCpy->getLength(); in performMemCpyToMemSetOptzn() local
1797 if (auto *CopySize = dyn_cast<ConstantInt>(M->getLength())) { in processMemCpy() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp45 size_t CopySize = 16 >= Scalar.size() ? 16 : Scalar.size(); input() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5178 Value *CopySize = IRB.CreateAdd( in finalizeInstrumentation() local
5289 Value *CopySize = in finalizeInstrumentation() local
5464 Value *CopySize = IRB.CreateAdd( in finalizeInstrumentation() local
5672 Value *CopySize = in finalizeInstrumentation() local
5966 Value *CopySize = in finalizeInstrumentation() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1719 ConstantInt *CopySize = nullptr; in translateMemFunc() local