Searched refs:SegmentSize (Results 1 – 8 of 8) sorted by relevance
6730 unsigned SegmentSize) { in isDUPQMask() argument6734 if (SegmentSize * Segments != Mask.size()) in isDUPQMask()6738 if (Lane >= SegmentSize) in isDUPQMask()6744 const unsigned SegmentIndex = P.index() / SegmentSize; in isDUPQMask()6746 unsigned(P.value()) == Lane + SegmentIndex * SegmentSize; in isDUPQMask()6755 unsigned SegmentSize) { in isDUPFirstSegmentMask() argument6757 if (SegmentSize * Segments != Mask.size()) in isDUPFirstSegmentMask()6763 const unsigned IndexWithinSegment = P.index() % SegmentSize; in isDUPFirstSegmentMask()
69 std::optional<uint64_t> SegmentSize) const { in save()70 if (SegmentSize) in save()71 return saveSegments(Path, ByteOrder, *SegmentSize); in save()543 uint64_t SegmentSize) const { in saveSegments()544 if (SegmentSize == 0) in saveSegments()552 createSegment(SegmentSize, FuncIdx); in saveSegments()580 GsymCreator::createSegment(uint64_t SegmentSize, size_t &FuncIdx) const { in createSegment() argument602 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()607 SegmentSize); in createSegment()
284 uint64_t SegmentSize) const;314 std::optional<uint64_t> SegmentSize = std::nullopt) const;490 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;
63 static constexpr uint64_t SegmentSize = nearest_boundary( variable66 using AllocatorType = Allocator<SegmentSize>;69 (SegmentSize - SegmentControlBlockSize) / next_pow2(sizeof(T));373 reinterpret_cast<unsigned char *>(Base) + SegmentSize); in AppendEmplace()405 reinterpret_cast<unsigned char *>(Tail) + SegmentSize); in Append()
370 uint32_t SegmentSize = 12; in emitLineTableForFunction() local371 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()373 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()374 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
1453 U32 SegmentSize; /* 0x18 */ member1523 U32 SegmentSize; /* 0x18 */ member
831 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local832 if (Offset > SegmentSize) in parseLinkingSectionSymtab()836 " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()
2062 ci_upload.SegmentSize = MPI3_IMAGE_HEADER_SIZE; in mpi3mr_print_fw_pkg_ver()