Home
last modified time | relevance | path

Searched refs:RoundedSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h41 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in allocate() local
44 zx_status_t Status = _zx_vmo_create(RoundedSize, 0, &Vmo); in allocate()
64 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocate()
71 RoundedSize, B); in allocate()
81 uptr RoundedSize = RoundUpTo(sizeof(T), GetPageSizeCached()); in deallocate() local
84 RoundedSize); in deallocate()
86 internal_munmap(B, RoundedSize); in deallocate()
92 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in allocateBuffer() local
95 zx_status_t Status = _zx_vmo_create(RoundedSize, 0, &Vmo); in allocateBuffer()
113 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocateBuffer()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp748 uint32_t RoundedSize = NumBytes; in emitPrologue() local
905 RoundedSize += Alignment; in emitPrologue()
938 if (HasFP && RoundedSize != 0) { in emitPrologue()
941 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitPrologue()
978 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local
989 if (RoundedSize != 0 && hasFP(MF)) { in emitEpilogue()
992 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitEpilogue()
H A DAMDGPULegalizerInfo.cpp390 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local
391 if (AlignInBits < RoundedSize) in shouldWidenLoad()
398 RoundedSize, AddrSpace, Align(AlignInBits / 8), in shouldWidenLoad()
4351 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local
4352 RoundedTy = LLT::scalarOrVector(RoundedSize / EltSize, EltSize); in legalizeImageIntrinsic()
4353 TFETy = LLT::vector(RoundedSize / 32 + 1, S32); in legalizeImageIntrinsic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2107 uint64_t RoundedSize = llvm::alignTo( in FinishLayout() local
2117 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout()
2127 setSize(RoundedSize); in FinishLayout()