Searched refs:RoundedSize (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | release.h | 238 const uptr RoundedSize = NumberOfRegions * RoundedRegionSize; in releaseFreeMemoryToOS() local 247 if (P >= RoundedSize) in releaseFreeMemoryToOS() 261 if (P >= RoundedSize) in releaseFreeMemoryToOS()
|
| H A D | secondary.h | 504 uptr RoundedSize = in allocate() local 509 RoundedSize += Alignment - PageSize; in allocate() 511 if (Alignment < PageSize && Cache.canCache(RoundedSize)) { in allocate() 540 const uptr MapSize = RoundedSize + 2 * PageSize; in allocate()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFrameLowering.cpp | 770 uint32_t RoundedSize = NumBytes; in emitPrologue() local 897 RoundedSize += Alignment; in emitPrologue() 931 if (HasFP && RoundedSize != 0) { in emitPrologue() 934 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitPrologue() 975 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local 986 if (RoundedSize != 0 && hasFP(MF)) { in emitEpilogue() 989 .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() 5072 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local 5074 ElementCount::getFixed(RoundedSize / EltSize), EltSize); in legalizeImageIntrinsic() 5075 TFETy = LLT::fixed_vector(RoundedSize / 32 + 1, S32); in legalizeImageIntrinsic()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 2153 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local 2163 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout() 2173 setSize(RoundedSize); in FinishLayout()
|