/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | X86Counter.cpp | 61 size_t CopySize = kDataBufferSize - Offset; in copyDataBuffer() local
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerMutate.cpp | 303 size_t CopySize = Rand(ToSize - ToBeg) + 1; in CopyPartOf() local 320 size_t CopySize = Rand(MaxCopySize) + 1; in InsertPartOf() local
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerMutate.cpp | 303 size_t CopySize = Rand(ToSize - ToBeg) + 1; in CopyPartOf() local 320 size_t CopySize = Rand(MaxCopySize) + 1; in InsertPartOf() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1286 ConstantInt *CopySize = cast<ConstantInt>(MemCpy->getLength()); in performMemCpyToMemSetOptzn() local 1383 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength()); in processMemCpy() local 1451 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength()); in processMemCpy() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1104 ConstantInt *CopySize = cast<ConstantInt>(MemCpy->getLength()); in performMemCpyToMemSetOptzn() local 1165 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength()); in processMemCpy() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 1117 ConstantInt *CopySize = cast<ConstantInt>(MemCpy->getLength()); in performMemCpyToMemSetOptzn() local 1169 ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength()); in processMemCpy() local
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 34 size_t CopySize = 16 >= Scalar.size() ? 16 : Scalar.size(); in input() local
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 44 size_t CopySize = 16 >= Scalar.size() ? 16 : Scalar.size(); in input() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 44 size_t CopySize = 16 >= Scalar.size() ? 16 : Scalar.size(); in input() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 2998 Value *CopySize = in finalizeInstrumentation() local 3114 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local 3295 Value *CopySize = in finalizeInstrumentation() local 3517 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 4342 Value *CopySize = in finalizeInstrumentation() local 4487 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local 4681 Value *CopySize = in finalizeInstrumentation() local 4925 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local 5245 Value *CopySize = in finalizeInstrumentation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 3992 Value *CopySize = in finalizeInstrumentation() local 4138 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local 4333 Value *CopySize = in finalizeInstrumentation() local 4579 Value *CopySize = IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, 0), in finalizeInstrumentation() local
|