Home
last modified time | relevance | path

Searched refs:Size2 (Results 1 – 13 of 13) 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/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLongestCommonSequence.h41 int32_t Size1 = AnchorList1.size(), Size2 = AnchorList2.size(), in longestCommonSequence() local
42 MaxDepth = Size1 + Size2; in longestCommonSequence()
51 int32_t X = Size1, Y = Size2; in longestCommonSequence()
98 X < Size1 && Y < Size2 && in longestCommonSequence()
104 if (X >= Size1 && Y >= Size2) { in longestCommonSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp574 unsigned Size2 = 0; in breakBlockedCopies() local
580 Size2 = DispSizePair.second; in breakBlockedCopies()
586 Size2 -= OverlapDelta; in breakBlockedCopies()
595 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies()
597 LdDisp1 = LdDisp2 + Size2; in breakBlockedCopies()
598 StDisp1 = StDisp2 + Size2; in breakBlockedCopies()
599 LMMOffset += Size1 + Size2; in breakBlockedCopies()
600 SMMOffset += Size1 + Size2; in breakBlockedCopies()
/freebsd/lib/libefivar/
H A Duefi-dputil.c507 UINTN Size2; in AppendDevicePath() local
531 Size2 = GetDevicePathSize (SecondDevicePath); in AppendDevicePath()
532 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH; in AppendDevicePath()
543 CopyMem (DevicePath2, SecondDevicePath, Size2); in AppendDevicePath()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h38 Size2 = 1, enumerator
52 SignedSize2 = SignBit | Size2,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp31 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getOpDescriptions()
83 Descriptions[DW_OP_call2] = Desc(Op::Dwarf3, Op::Size2); in getOpDescriptions()
175 case Operation::Size2: in extract()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp122 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() local
125 if (Size2 == 0) in EmitTargetCodeForMemset()
131 memsetStore(DAG, DL, Chain, Dst, ByteVal, Size2, in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp117 LocationSize Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore() local
135 if (PtrDiff < 0 && Size2.hasValue() && !Size2.isScalable()) { in aliasIsKnownForLoadStore()
139 IsAlias = !((PtrDiff + (int64_t)Size2.getValue()) <= 0); in aliasIsKnownForLoadStore()
/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/include/llvm/CodeGen/
H A DSelectionDAG.h1168 SDValue getCALLSEQ_END(SDValue Chain, uint64_t Size1, uint64_t Size2,
1172 getIntPtrConstant(Size2, DL, /*isTarget=*/true), Glue, DL);