/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCrossOver.cpp | 20 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 D | FuzzerInterface.h | 63 const uint8_t *Data2, size_t Size2, uint8_t *Out,
|
H A D | FuzzerExtFunctions.def | 23 const uint8_t *Data2, size_t Size2,
|
H A D | FuzzerMutate.h | 88 size_t Size2, uint8_t *Out, size_t MaxOutSize);
|
/freebsd/lib/libefivar/ |
H A D | uefi-dputil.c | 525 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 D | X86AvoidStoreForwardingBlocks.cpp | 575 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 D | DWARFExpression.h | 37 Size2 = 1, enumerator 51 SignedSize2 = SignBit | Size2,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 190 int32_t Size1 = AnchorList1.size(), Size2 = AnchorList2.size(), in longestCommonSequence() local 191 MaxDepth = Size1 + Size2; in longestCommonSequence() 203 int32_t X = Size1, Y = Size2; in longestCommonSequence() 249 while (X < Size1 && Y < Size2 && in longestCommonSequence() 257 if (X >= Size1 && Y >= Size2) { in longestCommonSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 112 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/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 120 LocationSize Size2 = LdSt2->getMemSize(); in aliasIsKnownForLoadStore() local 138 if (PtrDiff < 0 && Size2.hasValue() && !Size2.isScalable()) { in aliasIsKnownForLoadStore() 142 IsAlias = !((PtrDiff + (int64_t)Size2.getValue()) <= 0); in aliasIsKnownForLoadStore()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 132 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 D | DWARFExpression.cpp | 32 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/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1105 SDValue getCALLSEQ_END(SDValue Chain, uint64_t Size1, uint64_t Size2, 1109 getIntPtrConstant(Size2, DL, /*isTarget=*/true), Glue, DL);
|