| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerCrossOver.cpp | 20 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver() argument 23 assert(Size1 || Size2); in CrossOver() 29 size_t InSize = Size1; in CrossOver() 32 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver() 45 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
| H A D | FuzzerInterface.h | 56 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
|
| H A D | FuzzerExtFunctions.def | 23 (const uint8_t * Data1, size_t Size1,
|
| H A D | FuzzerMutate.h | 85 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 97 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); in EmitTargetCodeForMemset() local 98 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() 99 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset() 104 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset() 105 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset() 108 std::min((unsigned)Alignment.value(), Size1), DstPtrInfo); in EmitTargetCodeForMemset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 580 unsigned Size1 = 0; in breakBlockedCopies() local 595 Size1 = LdDisp2 - LdDisp1; in breakBlockedCopies() 599 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies() 602 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies() 603 SMMOffset + Size1); in breakBlockedCopies() 606 LMMOffset += Size1 + Size2; in breakBlockedCopies() 607 SMMOffset += Size1 + Size2; in breakBlockedCopies()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 39 Size1 = 0, enumerator 50 SignedSize1 = SignBit | Size1,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 32 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 45 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 82 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 83 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions() 138 case Operation::Size1: in extract()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 260 uint64_t Size1 = MO->getSize(); in EmitInstruction() local 261 if (Size1 > 4) in EmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 304 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local 319 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 361 unsigned Size1; in apply() local 362 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() 363 if (BaseOp1 == nullptr || !BaseOp1->isReg() || Size1 >= 32 || in apply()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 953 (Op1 == Encoding::BaseTypeRef && Op0 != Encoding::Size1)) in cloneExpression() 957 (Op1 == Encoding::BaseTypeRef && Op0 == Encoding::Size1)) { in cloneExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 4656 llvm::APInt Size1(32, SMsBlockPerSM.second); in clear() local 4658 C.getConstantArrayType(StaticTy, Size1, nullptr, ArrayType::Normal, in clear()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 22812 auto &Size1 = MUC1.NumBytes; in isAlias() local 22814 Size0.hasValue() && Size1.hasValue() && *Size0 == *Size1 && in isAlias() 22816 SrcValOffset1 % *Size1 == 0) { in isAlias() 22822 if ((OffAlign0 + *Size0) <= OffAlign1 || (OffAlign1 + *Size1) <= OffAlign0) in isAlias() 22836 Size0.hasValue() && Size1.hasValue()) { in isAlias() 22840 int64_t Overlap1 = *Size1 + SrcValOffset1 - MinOffset; in isAlias()
|