Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.h49 uint64_t BlockSize; variable
53 RemoteOffloadImpl(uint64_t MaxSize, uint64_t BlockSize) in RemoteOffloadImpl()
/llvm-project-15.0.7/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-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h36 const int64_t BlockSize; variable
52 uint64_t MaxSize, int64_t BlockSize) in RemoteOffloadClient()
/llvm-project-15.0.7/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-15.0.7/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp141 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
173 unsigned BlockSize; in CreateVPTBlock() local
H A DARMTargetTransformInfo.h318 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DRandomFunctionGenerator.cpp182 static Optional<Loop> AsLoop(size_t Begin, size_t End, size_t BlockSize) { in AsLoop()
194 size_t BlockSize, size_t Alignment, in AsAlignedLoop()
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp44 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
316 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
H A DMSFBuilder.cpp39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 uint32_t BlockSize, in create()
348 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/
H A DUtils.h53 uint64_t BlockSize; member
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
H A DMachOLinkGraphBuilder.cpp507 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local
647 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() local
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAligner.cpp133 const uint64_t BlockSize = in alignBlocks() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp100 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
/llvm-project-15.0.7/libcxx/test/libcxx/containers/sequences/deque/
H A Dspare_block_handling.pass.cpp46 using BlockSize = std::__deque_block_size<T, std::ptrdiff_t>; typedef
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpFrame.cpp170 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer() local
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h177 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
427 const uptr BlockSize = getSizeByClassId(ClassId); variable
H A Dprimary64.h149 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
431 const uptr BlockSize = getSizeByClassId(ClassId); variable
H A Dcommon.h185 uptr BlockSize; member
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h82 size_t BlockSize = 0; member
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp136 unsigned BlockSize = 0; in ComputeBlockSizes() local

12