Searched refs:RoundedSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_allocator.h | 40 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in allocate() local 43 zx_status_t Status = _zx_vmo_create(RoundedSize, 0, &Vmo); in allocate() 63 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocate() 70 RoundedSize, B); in allocate() 80 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in deallocate() local 83 RoundedSize); in deallocate() 85 internal_munmap(B, RoundedSize); in deallocate() 94 zx_status_t Status = _zx_vmo_create(RoundedSize, 0, &Vmo); in allocateBuffer() 119 RoundedSize, B); in allocateBuffer() 132 RoundedSize); in deallocateBuffer() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 237 const uptr RoundedSize = NumberOfRegions * RoundedRegionSize; in releaseFreeMemoryToOS() local 246 if (P >= RoundedSize) in releaseFreeMemoryToOS() 260 if (P >= RoundedSize) in releaseFreeMemoryToOS()
|
| H A D | secondary.h | 490 uptr RoundedSize = in allocate() local 495 RoundedSize += Alignment - PageSize; in allocate() 497 if (Alignment < PageSize && Cache.canCache(RoundedSize)) { in allocate() 526 const uptr MapSize = RoundedSize + 2 * PageSize; in allocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 761 uint32_t RoundedSize = NumBytes; in emitPrologue() local 918 RoundedSize += Alignment; in emitPrologue() 951 if (HasFP && RoundedSize != 0) { in emitPrologue() 954 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitPrologue() 991 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local 1002 if (RoundedSize != 0 && hasFP(MF)) { in emitEpilogue() 1005 .addImm(-static_cast<int64_t>(RoundedSize * getScratchScaleFactor(ST))) in emitEpilogue()
|
| H A D | AMDGPULegalizerInfo.cpp | 403 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local 404 if (AlignInBits < RoundedSize) in shouldWidenLoad() 411 RoundedSize, AddrSpace, Align(AlignInBits / 8), in shouldWidenLoad() 4494 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local 4496 ElementCount::getFixed(RoundedSize / EltSize), EltSize); in legalizeImageIntrinsic() 4497 TFETy = LLT::fixed_vector(RoundedSize / 32 + 1, S32); in legalizeImageIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 2113 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local 2123 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout() 2133 setSize(RoundedSize); in FinishLayout()
|