Home
last modified time | relevance | path

Searched refs:SegmentSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PerfectShuffle.h6730 unsigned SegmentSize) { in isDUPQMask() argument
6734 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() argument
6757 if (SegmentSize * Segments != Mask.size()) in isDUPFirstSegmentMask()
6763 const unsigned IndexWithinSegment = P.index() % SegmentSize; in isDUPFirstSegmentMask()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp69 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() argument
602 if (HeaderAndTableSize + SegmentFuncInfosSize >= SegmentSize) { in createSegment()
607 SegmentSize); in createSegment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h284 uint64_t SegmentSize) const;
314 std::optional<uint64_t> SegmentSize = std::nullopt) const;
490 createSegment(uint64_t SegmentSize, size_t &FuncIdx) const;
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h63 static constexpr uint64_t SegmentSize = nearest_boundary( variable
66 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp370 uint32_t SegmentSize = 12; in emitLineTableForFunction() local
371 SegmentSize += 8 * EntryCount; in emitLineTableForFunction()
373 SegmentSize += 4 * EntryCount; in emitLineTableForFunction()
374 OS.emitInt32(SegmentSize); in emitLineTableForFunction()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1453 U32 SegmentSize; /* 0x18 */ member
1523 U32 SegmentSize; /* 0x18 */ member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp831 size_t SegmentSize = DataSegments[Index].Data.Content.size(); in parseLinkingSectionSymtab() local
832 if (Offset > SegmentSize) in parseLinkingSectionSymtab()
836 " segment size: " + Twine(SegmentSize) + ")", in parseLinkingSectionSymtab()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr.c2062 ci_upload.SegmentSize = MPI3_IMAGE_HEADER_SIZE; in mpi3mr_print_fw_pkg_ver()