Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h36 support::ulittle32_t BlockSize; member
131 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
135 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
155 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
H A DMSFBuilder.h135 uint32_t BlockSize; variable
H A DMappedBlockStream.h88 const uint32_t BlockSize; variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h143 const uptr BlockSize = getSizeByClassId(I); verifyAllBlocksAreReleasedTestOnly() local
162 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); verifyAllBlocksAreReleasedTestOnly() local
187 isSmallBlock(uptr BlockSize) isSmallBlock() argument
192 isLargeBlock(uptr BlockSize) isLargeBlock() argument
292 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); iterateOverBlocks() local
881 const uptr BlockSize = getSizeByClassId(ClassId); getStats() local
903 const uptr BlockSize = getSizeByClassId(ClassId); getSizeClassFragmentationInfo() local
954 const uptr BlockSize = getSizeByClassId(ClassId); global() variable
1013 hasChanceToReleasePages(SizeClassInfo * Sci,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument
1075 markFreeBlocks(SizeClassInfo * Sci,const uptr ClassId,const uptr BlockSize,const uptr Base,const uptr NumberOfRegions,ReleaseToOS ReleaseType) markFreeBlocks() argument
[all...]
H A Dprimary64.h180 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
197 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
347 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
596 isSmallBlock(uptr BlockSize) isSmallBlock() argument
601 isLargeBlock(uptr BlockSize) isLargeBlock() argument
1125 const uptr BlockSize = getSizeByClassId(ClassId); getStats() local
1152 const uptr BlockSize = getSizeByClassId(ClassId); getRegionFragmentationInfo() local
1199 const uptr BlockSize = getSizeByClassId(ClassId); global() variable
1282 hasChanceToReleasePages(RegionInfo * Region,uptr BlockSize,uptr BytesInFreeList,ReleaseToOS ReleaseType) hasChanceToReleasePages() argument
1347 collectGroupsToRelease(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase) collectGroupsToRelease() argument
1513 markFreeBlocks(RegionInfo * Region,const uptr BlockSize,const uptr AllocatedUserEnd,const uptr CompactPtrBase,SinglyLinkedList<BatchGroupT> & GroupsToRelease) markFreeBlocks() argument
[all...]
H A Drelease.h391 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { BlockSize() function
611 uptr BlockSize; global() member
632 const uptr BlockSize = Context.BlockSize; releaseFreeMemoryToOS() local
[all...]
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp61 u32 BlockSize = 0; in ValidateBlock() local
75 u32 BlockSize = 0; in ParseBlockHeader() local
149 u32 BlockSize; in TEST() local
/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp141 GetInitialBlockMask(unsigned BlockSize) GetInitialBlockMask() argument
173 unsigned BlockSize; CreateVPTBlock() local
[all...]
H A DARMTargetTransformInfo.h343 isVREVMask(ArrayRef<int> M,EVT VT,unsigned BlockSize) isVREVMask() argument
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp43 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
51 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
309 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
315 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
H A DMSFBuilder.cpp40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
52 uint32_t BlockSize, in create()
353 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; processBlock() local
H A DMachOLinkGraphBuilder.cpp531 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; graphifyRegularSymbols() local
671 size_t BlockSize = I + 1 - BlockStart; graphifyCStringSection() local
[all...]
/llvm-project/bolt/lib/Passes/
H A DAligner.cpp130 const uint64_t BlockSize = in alignBlocks() local
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp188 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleaseFreeMemoryToOS() local
313 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testPageMapMarkRange() local
424 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleasePartialRegion() local
587 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleaseRangeWithSingleBlock() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PerfectShuffle.h6703 unsigned BlockSize) { in isREVMask()
H A DAArch64CompressJumpTables.cpp101 auto BlockSize = computeBlockSize(MBB); scanFunction() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp48 using BlockSize = std::__deque_block_size<T, std::ptrdiff_t>; typedef
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp136 unsigned BlockSize = 0; ComputeBlockSizes() local
/llvm-project/libc/src/string/memory_utils/
H A Dop_aarch64.h72 static constexpr size_t BlockSize = 32; global() member
/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp

12