Searched refs:Size2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp20 const uint8_t *Data2, size_t Size2,
22 assert(Size1 || Size2);
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) {
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
19 CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2, size_t Size2, uint8_t *Out, size_t MaxOutSize) argument
H A DFuzzerInterface.h63 const uint8_t *Data2, size_t Size2, uint8_t *Out,
H A DFuzzerMutate.h85 size_t Size2, uint8_t *Out, size_t MaxOutSize);
/freebsd-11-stable/lib/libefivar/
H A Duefi-dputil.c528 UINTN Size2; local
552 Size2 = GetDevicePathSize (SecondDevicePath);
553 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH;
564 CopyMem (DevicePath2, SecondDevicePath, Size2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h37 Size2 = 1,
47 SignedSize2 = SignBit | Size2,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp584 unsigned Size2 = 0; local
590 Size2 = DispSizePair.second;
596 Size2 -= OverlapDelta;
605 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1,
607 LdDisp1 = LdDisp2 + Size2;
608 StDisp1 = StDisp2 + Size2;
609 LMMOffset += Size1 + Size2;
610 SMMOffset += Size1 + Size2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp98 unsigned Size2 = Bytes - Size1; local
101 if (Size2 == 0)
106 SDValue Chain2 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp35 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2);
87 Descriptions[DW_OP_call2] = Desc(Op::Dwarf3, Op::Size2);
146 case Operation::Size2:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegBankReassign.cpp547 unsigned Size2 = countPopulation(Mask2);
561 + ((Size2 > Size1) ? 1 : 0)));
564 + ((Size1 > Size2) ? 1 : 0)));
H A DAMDGPURegisterBankInfo.cpp2963 unsigned Size2 = MRI.getType(RSrc).getSizeInBits(); local
2974 OpdsMapping[2] = AMDGPU::getValueMapping(RSrcBank, Size2); // rsrc
3146 unsigned Size2 = MRI.getType(RSrc).getSizeInBits(); local
3158 OpdsMapping[2] = AMDGPU::getValueMapping(RSrcBank, Size2); // rsrc
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp5168 llvm::APInt Size2(32, SMsBlockPerSM.first);
5170 C.getConstantArrayType(Arr1Ty, Size2, nullptr, ArrayType::Normal,

Completed in 271 milliseconds