Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h40 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in allocate() local
80 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in deallocate() local
91 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in allocateBuffer() local
129 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in deallocateBuffer() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h628 uptr RoundedSize = allocate() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1109 uint32_t RoundedSize = NumBytes; emitPrologue() local
1246 uint32_t RoundedSize = FuncInfo->isStackRealigned() emitEpilogue() local
H A DAMDGPULegalizerInfo.cpp558 unsigned RoundedSize = NextPowerOf2(SizeInBits); shouldWidenLoad() local
6562 unsigned RoundedSize = 32 * RoundedElts; legalizeImageIntrinsic() local
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2170 uint64_t RoundedSize = llvm::alignTo( FinishLayout() local