Home
last modified time | relevance | path

Searched refs: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
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()
91 uptr RoundedSize = RoundUpTo(S * sizeof(T), GetPageSizeCached()); in allocateBuffer() local
94 zx_status_t Status = _zx_vmo_create(RoundedSize, 0, &Vmo); in allocateBuffer()
112 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocateBuffer()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h784 uptr RoundedSize = in allocate() local
787 RoundedSize += Alignment - PageSize; in allocate()
790 const uptr MapSize = RoundedSize + 2 * getGuardPageSize(); in allocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp1162 uint32_t RoundedSize = NumBytes; in emitPrologue() local
1206 RoundedSize += Alignment; in emitPrologue()
1248 if (HasFP && RoundedSize != 0) { in emitPrologue()
1251 .addImm(RoundedSize * getScratchScaleFactor(ST)) in emitPrologue()
1299 uint32_t RoundedSize = FuncInfo->isStackRealigned() in emitEpilogue() local
1306 if (RoundedSize != 0) { in emitEpilogue()
H A DAMDGPULegalizerInfo.cpp571 unsigned RoundedSize = NextPowerOf2(SizeInBits); in shouldWidenLoad() local
572 if (AlignInBits < RoundedSize) in shouldWidenLoad()
579 RoundedSize, AddrSpace, Align(AlignInBits / 8), in shouldWidenLoad()
6701 unsigned RoundedSize = 32 * RoundedElts; in legalizeImageIntrinsic() local
6703 ElementCount::getFixed(RoundedSize / EltSize), EltSize); in legalizeImageIntrinsic()
6704 TFETy = LLT::fixed_vector(RoundedSize / 32 + 1, S32); in legalizeImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp810 uint64_t RoundedSize = alignDown(Offset, ProbeSize); in allocateStack() local
811 uint64_t Residual = Offset - RoundedSize; in allocateStack()
816 StackOffset::getFixed(-RoundedSize), Flag, getStackAlign()); in allocateStack()
820 CFIBuilder.buildDefCFA(TargetReg, RoundedSize); in allocateStack()
/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()