Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h135 FixedAllocaSizeBytes = Size; in reserveFixedAllocaArea()
141 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes); in getFrameFixedAllocaOffset()
1226 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringMIPS32.h102 FixedAllocaSizeBytes = Size; in reserveFixedAllocaArea()
851 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringX86Base.h176 FixedAllocaSizeBytes = Size; in reserveFixedAllocaArea()
183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
1088 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringX86BaseImpl.h1173 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1218 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1269 StackAdjBytes -= FixedAllocaSizeBytes;
1553 FixedAllocaSizeBytes += Value;
DIceTargetLoweringMIPS32.cpp1627 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
2397 FixedAllocaSizeBytes += Value; in lowerAlloca()
DIceTargetLoweringARM32.cpp1610 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
2249 FixedAllocaSizeBytes += Value; in lowerAlloca()