| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCrossOver.cpp | 19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver() argument 22 assert(Size1 || Size2); in CrossOver() 28 size_t InSize = Size1; in CrossOver() 31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver() 44 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
| H A D | FuzzerInterface.h | 62 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
|
| H A D | FuzzerExtFunctions.def | 22 (const uint8_t *Data1, size_t Size1,
|
| H A D | FuzzerMutate.h | 87 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LongestCommonSequence.h | 41 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/lib/libefivar/ |
| H A D | uefi-dputil.c | 506 UINTN Size1; in AppendDevicePath() local 530 Size1 = GetDevicePathSize (FirstDevicePath); in AppendDevicePath() 532 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH; in AppendDevicePath() 537 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath() 542 (Size1 - END_DEVICE_PATH_LENGTH)); in AppendDevicePath()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 121 unsigned Size1 = Bytes == 16 ? 8 : llvm::bit_floor(Bytes); in EmitTargetCodeForMemset() local 122 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() 123 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset() 128 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset() 129 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset() 132 std::min(Alignment, Align(Size1)), DstPtrInfo); in EmitTargetCodeForMemset()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.cpp | 29 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 42 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 79 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 80 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 170 case Operation::Size1: in extract()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 116 LocationSize Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore() local 128 if (PtrDiff >= 0 && Size1.hasValue() && !Size1.isScalable()) { in aliasIsKnownForLoadStore() 132 IsAlias = !((int64_t)Size1.getValue() <= PtrDiff); in aliasIsKnownForLoadStore() 272 LocationSize Size1 = MUC1.NumBytes; in instMayAlias() local 274 Size1.hasValue()) { in instMayAlias() 280 Size1.getValue().getKnownMinValue() + SrcValOffset1 - MinOffset; in instMayAlias() 284 Size1.isScalable() ? Size1 : LocationSize::precise(Overlap1); in instMayAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 260 LocationSize Size1 = MO->getSize(); in EmitInstruction() local 261 if (Size1.hasValue() && Size1.getValue() > 4) in EmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 573 unsigned Size1 = 0; in breakBlockedCopies() local 588 Size1 = LdDisp2 - LdDisp1; in breakBlockedCopies() 592 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies() 595 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies() 596 SMMOffset + Size1); in breakBlockedCopies() 599 LMMOffset += Size1 + Size2; in breakBlockedCopies() 600 SMMOffset += Size1 + Size2; in breakBlockedCopies()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.h | 37 Size1 = 0, enumerator 51 SignedSize1 = SignBit | Size1,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 321 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local 336 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 130 LocationSize Size1 = LocationSize::precise(DL.getTypeStoreSize(I1->second)); in runInternal() local 134 AliasResult AR = AA.alias(I1->first, Size1, I2->first, Size2); in runInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 409 LocationSize Size1 = LocationSize::precise(0); in apply() local 410 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() 412 Size1.getValue() >= 32 || BaseOp0->getReg() != BaseOp1->getReg()) in apply()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1107 Desc.Op[0] != Encoding::Size1)) in cloneDieAttrExpression() 1112 Desc.Op[0] == Encoding::Size1)) { in cloneDieAttrExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1168 SDValue getCALLSEQ_END(SDValue Chain, uint64_t Size1, uint64_t Size2, 1171 Chain, getIntPtrConstant(Size1, DL, /*isTarget=*/true),
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1171 Desc.Op[0] != Encoding::Size1)) in cloneExpression() 1176 Desc.Op[0] == Encoding::Size1)) { in cloneExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 29479 LocationSize Size1 = MUC1.NumBytes; in mayAlias() local 29482 Size0.hasValue() && Size1.hasValue() && !Size0.isScalable() && in mayAlias() 29483 !Size1.isScalable() && Size0 == Size1 && in mayAlias() 29486 SrcValOffset1 % Size1.getValue().getKnownMinValue() == 0) { in mayAlias() 29495 Size1.getValue().getKnownMinValue())) <= OffAlign0) in mayAlias() 29509 Size0.hasValue() && Size1.hasValue() && in mayAlias() 29512 (!Size1.isScalable() || SrcValOffset1 == 0)) { in mayAlias() 29518 Size1.getValue().getKnownMinValue() + SrcValOffset1 - MinOffset; in mayAlias() 29522 Size1.isScalable() ? Size1 : LocationSize::precise(Overlap1); in mayAlias()
|