Searched refs:RoundedSize (Results 1 – 3 of 3) sorted by relevance
554 uint32_t RoundedSize = NumBytes; in emitPrologue() local561 RoundedSize += Alignment; in emitPrologue()587 if (RoundedSize != 0 && hasSP(MF)) { in emitPrologue()590 .addImm(RoundedSize * ST.getWavefrontSize()) in emitPrologue()636 uint32_t RoundedSize = FuncInfo->isStackRealigned() ? in emitEpilogue() local641 .addImm(RoundedSize * ST.getWavefrontSize()); in emitEpilogue()
331 uptr RoundedSize = RoundUpTo(Size, MinAlignment); in allocate() local335 uptr NeededSize = RoundedSize + ExtraBytes; in allocate()
1851 uint64_t RoundedSize = in FinishLayout() local1858 if (InferAlignment && External.Size < RoundedSize) { in FinishLayout()1867 setSize(RoundedSize); in FinishLayout()