Home
last modified time | relevance | path

Searched refs:SpillAreaSizeBytes (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp780 size_t *GlobalsSize, size_t *SpillAreaSizeBytes, in getVarStackSlotParams() argument
860 if (LocalsSize[NodeIndex] > *SpillAreaSizeBytes) in getVarStackSlotParams()
861 *SpillAreaSizeBytes = LocalsSize[NodeIndex]; in getVarStackSlotParams()
866 *SpillAreaSizeBytes += Increment; in getVarStackSlotParams()
871 *SpillAreaSizeBytes += getFlags().getTestStackExtra(); in getVarStackSlotParams()
899 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
937 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
DIceTargetLowering.h467 size_t *SpillAreaSizeBytes,
489 size_t SpillAreaSizeBytes,
DIceTargetLoweringARM32.cpp1485 SpillAreaSizeBytes = 0; in addProlog()
1504 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1506 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1507 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1604 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1610 SpillAreaSizeBytes += MaxOutArgsSizeBytes; in addProlog()
1613 uint32_t StackSize = applyStackAlignment(StackOffset + SpillAreaSizeBytes); in addProlog()
1615 SpillAreaSizeBytes = StackSize - StackOffset; in addProlog()
1619 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
1622 if (SpillAreaSizeBytes) { in addProlog()
[all …]
DIceTargetLoweringX86BaseImpl.h1052 SpillAreaSizeBytes = 0;
1076 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes,
1078 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes;
1079 SpillAreaSizeBytes += GlobalsSize;
1119 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes;
1133 SpillAreaSizeBytes =
1134 std::max(typeWidthInBytesOnStack(ReturnType), SpillAreaSizeBytes);
1149 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1154 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes,
1158 SpillAreaSizeBytes = StackSize - StackOffset;
[all …]
DIceTargetLoweringMIPS32.cpp117 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
140 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
1539 SpillAreaSizeBytes = 0; in addProlog()
1558 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1560 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1561 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1628 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1634 SpillAreaSizeBytes += MaxOutArgsSizeBytes * (VariableAllocaUsed ? 0 : 1); in addProlog()
1636 SpillAreaSizeBytes = applyStackAlignment( in addProlog()
1637 SpillAreaSizeBytes + in addProlog()
[all …]
DIceTargetLoweringMIPS32.h647 size_t SpillAreaSizeBytes,
856 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringARM32.h141 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes); in getFrameFixedAllocaOffset()
1176 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringX86Base.h183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
1084 size_t SpillAreaSizeBytes = 0; variable