| /openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| 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()
|
| D | FuzzerInterface.h | 62 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
|
| D | FuzzerExtFunctions.def | 22 (const uint8_t *Data1, size_t Size1,
|
| D | FuzzerMutate.h | 87 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 111 unsigned Size1 = Bytes == 16 ? 8 : llvm::bit_floor(Bytes); in EmitTargetCodeForMemset() local 112 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() 113 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset() 118 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset() 119 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset() 122 std::min(Alignment, Align(Size1)), DstPtrInfo); in EmitTargetCodeForMemset()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| D | LoadStoreOpt.cpp | 118 int64_t Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore() local 130 Size1 != static_cast<int64_t>(MemoryLocation::UnknownSize)) { in aliasIsKnownForLoadStore() 134 IsAlias = !(Size1 <= PtrDiff); in aliasIsKnownForLoadStore() 264 uint64_t Size1 = MUC1.NumBytes; in instMayAlias() local 267 Size1 != MemoryLocation::UnknownSize) { in instMayAlias() 271 int64_t Overlap1 = Size1 + SrcValOffset1 - MinOffset; in instMayAlias()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 574 unsigned Size1 = 0; in breakBlockedCopies() local 589 Size1 = LdDisp2 - LdDisp1; in breakBlockedCopies() 593 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies() 596 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies() 597 SMMOffset + Size1); in breakBlockedCopies() 600 LMMOffset += Size1 + Size2; in breakBlockedCopies() 601 SMMOffset += Size1 + Size2; in breakBlockedCopies()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFExpression.h | 37 Size1 = 0, enumerator 48 SignedSize1 = SignBit | Size1,
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFExpression.cpp | 31 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 44 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 81 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 82 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 137 case Operation::Size1: in extract()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMHazardRecognizer.cpp | 262 uint64_t Size1 = MO->getSize(); in EmitInstruction() local 263 if (Size1 > 4) in EmitInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | MergedLoadStoreMotion.cpp | 307 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local 322 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | AliasAnalysisEvaluator.cpp | 132 LocationSize Size1 = LocationSize::precise(DL.getTypeStoreSize(I1->second)); in runInternal() local 136 AliasResult AR = AA.alias(I1->first, Size1, I2->first, Size2); in runInternal()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonSubtarget.cpp | 411 unsigned Size1; in apply() local 412 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() 413 if (BaseOp1 == nullptr || !BaseOp1->isReg() || Size1 >= 32 || in apply()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 1046 SDValue getCALLSEQ_END(SDValue Chain, uint64_t Size1, uint64_t Size2, 1049 Chain, getIntPtrConstant(Size1, DL, /*isTarget=*/true),
|
| /openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/ |
| D | DWARFLinker.cpp | 1046 (Op1 == Encoding::BaseTypeRef && Op0 != Encoding::Size1)) in cloneExpression() 1050 (Op1 == Encoding::BaseTypeRef && Op0 == Encoding::Size1)) { in cloneExpression()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 26122 auto &Size1 = MUC1.NumBytes; in mayAlias() local 26124 Size0.has_value() && Size1.has_value() && *Size0 == *Size1 && in mayAlias() 26126 SrcValOffset1 % *Size1 == 0) { in mayAlias() 26132 if ((OffAlign0 + *Size0) <= OffAlign1 || (OffAlign1 + *Size1) <= OffAlign0) in mayAlias() 26146 Size1) { in mayAlias() 26150 int64_t Overlap1 = *Size1 + SrcValOffset1 - MinOffset; in mayAlias()
|