Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h390 unsigned TargetPageSize = Client.getPageSize(); in allocateHostBlocks() local
392 if (!isPowerOf2_64(static_cast<uint64_t>(TargetPageSize))) in allocateHostBlocks()
396 auto TotalSize = calcTotalAllocSize(Request, TargetPageSize); in allocateHostBlocks()
420 uint64_t AlignedSegmentSize = alignTo(SegmentSize, TargetPageSize); in allocateHostBlocks()
499 unsigned TargetPageSize) { in calcTotalAllocSize() argument
504 if (Seg.getAlignment() > TargetPageSize) in calcTotalAllocSize()
509 TotalSize = alignTo(TotalSize, TargetPageSize); in calcTotalAllocSize()