Home
last modified time | relevance | path

Searched defs:RoundedSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h41 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in allocate() local
81 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in deallocate() local
92 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in allocateBuffer() local
130 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in deallocateBuffer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp748 uint32_t RoundedSize = NumBytes; in emitPrologue() local
978 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local
H A DAMDGPULegalizerInfo.cpp390 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local
4351 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2107 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local