Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h784 uptr RoundedSize = in allocate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1162 uint32_t RoundedSize = NumBytes; in emitPrologue() local
1299 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local
H A DAMDGPULegalizerInfo.cpp571 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local
6701 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp810 uint64_t RoundedSize = alignDown(Offset, ProbeSize); in allocateStack() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2163 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local