Searched refs:maxOutArgsSizeBytes (Results 1 – 6 of 6) sorted by relevance
256 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
143 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; } in maxOutArgsSizeBytes() function
1156 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(),1250 maxOutArgsSizeBytes();1265 << " outgoing args size = " << maxOutArgsSizeBytes() << " bytes\n"1523 uint32_t OutArgsSize = maxOutArgsSizeBytes();2671 assert(ParameterAreaSizeBytes <= maxOutArgsSizeBytes());
951 ? getTarget()->maxOutArgsSizeBytes() in sortAndCombineAllocas()