Searched refs:maxOutArgsSizeBytes (Results 1 – 6 of 6) sorted by relevance
254 virtual uint32_t maxOutArgsSizeBytes() const { return 0; } in maxOutArgsSizeBytes() function
183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()185 virtual uint32_t maxOutArgsSizeBytes() const override { in maxOutArgsSizeBytes() function
113 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; } in maxOutArgsSizeBytes() function
854 ? getTarget()->maxOutArgsSizeBytes() in sortAndCombineAllocas()
143 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; } in maxOutArgsSizeBytes() function
1187 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(),1300 maxOutArgsSizeBytes();1315 << " outgoing args size = " << maxOutArgsSizeBytes() << " bytes\n"1573 uint32_t OutArgsSize = maxOutArgsSizeBytes();2741 assert(ParameterAreaSizeBytes <= maxOutArgsSizeBytes());