Searched refs:Size1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, argument
22 assert(Size1 || Size2);
28 size_t InSize = Size1;
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) {
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1;
H A DFuzzerInterface.h62 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
H A DFuzzerMutate.h84 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
/freebsd-12-stable/lib/libefivar/
H A Duefi-dputil.c526 UINTN Size1; local
550 Size1 = GetDevicePathSize (FirstDevicePath);
552 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH;
557 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1);
562 (Size1 - END_DEVICE_PATH_LENGTH));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp97 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); local
98 unsigned Size2 = Bytes - Size1;
99 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1,
104 DAG.getConstant(Size1, DL, PtrVT));
105 DstPtrInfo = DstPtrInfo.getWithOffset(Size1);
107 std::min(Align, Size1), DstPtrInfo);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h36 Size1 = 0,
46 SignedSize1 = SignBit | Size1,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp33 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1);
46 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1);
83 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1);
84 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1);
141 case Operation::Size1:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp583 unsigned Size1 = 0; local
598 Size1 = LdDisp2 - LdDisp1;
602 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset,
605 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1,
606 SMMOffset + Size1);
609 LMMOffset += Size1 + Size2;
610 SMMOffset += Size1 + Size2;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp103 // The mergeLoad/Store algorithms could have Size0 * Size1 complexity,
104 // where Size0 and Size1 are the #instructions on the two sides of
106 // Control is enforced by the check Size0 * Size1 < MagicCompileTimeControl.
304 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); local
319 if (NStores * Size1 >= MagicCompileTimeControl)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp291 unsigned Size1; local
292 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1);
293 if (BaseOp1 == nullptr || !BaseOp1->isReg() || Size1 >= 32 ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegBankReassign.cpp546 unsigned Size1 = countPopulation(Mask1);
561 + ((Size2 > Size1) ? 1 : 0)));
564 + ((Size1 > Size2) ? 1 : 0)));
H A DAMDGPURegisterBankInfo.cpp2268 unsigned Size1 = getSizeInBits(Reg1, MRI, *TRI); local
2270 unsigned DefaultBankID = Size1 == 1 ?
2274 OpdsMapping[OpdIdx++] = AMDGPU::getValueMapping(Bank1, Size1);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp5164 llvm::APInt Size1(32, SMsBlockPerSM.second);
5166 C.getConstantArrayType(StaticTy, Size1, nullptr, ArrayType::Normal,

Completed in 222 milliseconds