Home
last modified time | relevance | path

Searched refs:RoundedSize (Results 1 – 5 of 5) 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
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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h602 uptr RoundedSize = in allocate() local
605 RoundedSize += Alignment - PageSize; in allocate()
608 const uptr MapSize = RoundedSize + 2 * PageSize; in allocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1109 uint32_t RoundedSize = NumBytes; in emitPrologue() local
1153 RoundedSize += Alignment; in emitPrologue()
1195 if (HasFP && RoundedSize != 0) { in emitPrologue()
1198 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitPrologue()
1246 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local
1277 if (RoundedSize != 0 && hasFP(MF)) { in emitEpilogue()
1280 .addImm(-static_cast<int64_t>(RoundedSize * getScratchScaleFactor(ST))) in emitEpilogue()
H A DAMDGPULegalizerInfo.cpp475 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local
476 if (AlignInBits < RoundedSize) in shouldWidenLoad()
483 RoundedSize, AddrSpace, Align(AlignInBits / 8), in shouldWidenLoad()
6356 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local
6358 ElementCount::getFixed(RoundedSize / EltSize), EltSize); in legalizeImageIntrinsic()
6359 TFETy = LLT::fixed_vector(RoundedSize / 32 + 1, S32); in legalizeImageIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2163 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local
2173 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout()
2183 setSize(RoundedSize); in FinishLayout()