Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp767 size_t *GlobalsSize, size_t *SpillAreaSizeBytes, in getVarStackSlotParams() argument
847 if (LocalsSize[NodeIndex] > *SpillAreaSizeBytes) in getVarStackSlotParams()
848 *SpillAreaSizeBytes = LocalsSize[NodeIndex]; in getVarStackSlotParams()
853 *SpillAreaSizeBytes += Increment; in getVarStackSlotParams()
858 *SpillAreaSizeBytes += getFlags().getTestStackExtra(); in getVarStackSlotParams()
886 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
924 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
DIceTargetLowering.h458 size_t *SpillAreaSizeBytes,
480 size_t SpillAreaSizeBytes,
DIceTargetLoweringX86BaseImpl.h1069 SpillAreaSizeBytes = 0;
1093 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes,
1095 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes;
1096 SpillAreaSizeBytes += GlobalsSize;
1143 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes;
1157 SpillAreaSizeBytes =
1158 std::max(typeWidthInBytesOnStack(ReturnType), SpillAreaSizeBytes);
1173 SpillAreaSizeBytes += FixedAllocaSizeBytes;
1176 SpillAreaSizeBytes += ShadowStoreSize;
1185 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes,
[all …]
DIceTargetLoweringARM32.cpp1476 SpillAreaSizeBytes = 0; in addProlog()
1495 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1497 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1498 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1595 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1601 SpillAreaSizeBytes += MaxOutArgsSizeBytes; in addProlog()
1604 uint32_t StackSize = applyStackAlignment(StackOffset + SpillAreaSizeBytes); in addProlog()
1606 SpillAreaSizeBytes = StackSize - StackOffset; in addProlog()
1610 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
1613 if (SpillAreaSizeBytes) { in addProlog()
[all …]
DIceTargetLoweringMIPS32.cpp117 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
140 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
1524 SpillAreaSizeBytes = 0; in addProlog()
1543 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1545 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1546 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1613 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1619 SpillAreaSizeBytes += MaxOutArgsSizeBytes * (VariableAllocaUsed ? 0 : 1); in addProlog()
1621 SpillAreaSizeBytes = applyStackAlignment( in addProlog()
1622 SpillAreaSizeBytes + in addProlog()
[all …]
DIceTargetLoweringMIPS32.h647 size_t SpillAreaSizeBytes,
850 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringARM32.h141 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes); in getFrameFixedAllocaOffset()
1225 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringX86Base.h183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
1087 size_t SpillAreaSizeBytes = 0; variable