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()
1177 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringMIPS32.h102 FixedAllocaSizeBytes = Size; in reserveFixedAllocaArea()
857 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringX86Base.h176 FixedAllocaSizeBytes = Size; in reserveFixedAllocaArea()
183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
1085 size_t FixedAllocaSizeBytes = 0; variable
DIceTargetLoweringX86BaseImpl.h1149 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1176 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1224 StackAdjBytes -= FixedAllocaSizeBytes;
1503 FixedAllocaSizeBytes += Value;
DIceTargetLoweringMIPS32.cpp1642 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
2412 FixedAllocaSizeBytes += Value; in lowerAlloca()
DIceTargetLoweringARM32.cpp1619 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
2255 FixedAllocaSizeBytes += Value; in lowerAlloca()