Home
last modified time | relevance | path

Searched refs:Size2 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp20 const uint8_t *Data2, size_t Size2, in CrossOver() argument
22 assert(Size1 || Size2); in CrossOver()
31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver()
44 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
H A DFuzzerInterface.h63 const uint8_t *Data2, size_t Size2, uint8_t *Out,
H A DFuzzerExtFunctions.def23 const uint8_t *Data2, size_t Size2,
H A DFuzzerMutate.h88 size_t Size2, uint8_t *Out, size_t MaxOutSize);
/freebsd/lib/libefivar/
H A Duefi-dputil.c525 UINTN Size2; in AppendDevicePath() local
549 Size2 = GetDevicePathSize (SecondDevicePath); in AppendDevicePath()
550 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH; in AppendDevicePath()
561 CopyMem (DevicePath2, SecondDevicePath, Size2); in AppendDevicePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp575 unsigned Size2 = 0; in breakBlockedCopies() local
581 Size2 = DispSizePair.second; in breakBlockedCopies()
587 Size2 -= OverlapDelta; in breakBlockedCopies()
596 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies()
598 LdDisp1 = LdDisp2 + Size2; in breakBlockedCopies()
599 StDisp1 = StDisp2 + Size2; in breakBlockedCopies()
600 LMMOffset += Size1 + Size2; in breakBlockedCopies()
601 SMMOffset += Size1 + Size2; in breakBlockedCopies()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h37 Size2 = 1, enumerator
51 SignedSize2 = SignBit | Size2,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp112 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() local
115 if (Size2 == 0) in EmitTargetCodeForMemset()
121 memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp132 LocationSize Size2 = in runInternal() local
134 AliasResult AR = AA.alias(I1->first, Size1, I2->first, Size2); in runInternal()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp32 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getOpDescriptions()
84 Descriptions[DW_OP_call2] = Desc(Op::Dwarf3, Op::Size2); in getOpDescriptions()
172 case Operation::Size2: in extract()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp120 int64_t Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore() local
140 Size2 != static_cast<int64_t>(MemoryLocation::UnknownSize)) { in aliasIsKnownForLoadStore()
144 IsAlias = !((PtrDiff + Size2) <= 0); in aliasIsKnownForLoadStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1086 SDValue getCALLSEQ_END(SDValue Chain, uint64_t Size1, uint64_t Size2,
1090 getIntPtrConstant(Size2, DL, /*isTarget=*/true), Glue, DL);