Home
last modified time | relevance | path

Searched refs:maxOutArgsSizeBytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h256 virtual uint32_t maxOutArgsSizeBytes() const { return 0; } in maxOutArgsSizeBytes() function
DIceTargetLoweringX86Base.h183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
185 virtual uint32_t maxOutArgsSizeBytes() const override { in maxOutArgsSizeBytes() function
DIceTargetLoweringMIPS32.h113 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; } in maxOutArgsSizeBytes() function
DIceTargetLoweringARM32.h143 uint32_t maxOutArgsSizeBytes() const override { return MaxOutArgsSizeBytes; } in maxOutArgsSizeBytes() function
DIceTargetLoweringX86BaseImpl.h1156 StackSize = Utils::applyAlignment(StackSize + maxOutArgsSizeBytes(),
1250 maxOutArgsSizeBytes();
1265 << " outgoing args size = " << maxOutArgsSizeBytes() << " bytes\n"
1523 uint32_t OutArgsSize = maxOutArgsSizeBytes();
2671 assert(ParameterAreaSizeBytes <= maxOutArgsSizeBytes());
DIceCfg.cpp951 ? getTarget()->maxOutArgsSizeBytes() in sortAndCombineAllocas()