Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp736 size_t *GlobalsSize, size_t *SpillAreaSizeBytes, in getVarStackSlotParams() argument
816 if (LocalsSize[NodeIndex] > *SpillAreaSizeBytes) in getVarStackSlotParams()
817 *SpillAreaSizeBytes = LocalsSize[NodeIndex]; in getVarStackSlotParams()
822 *SpillAreaSizeBytes += Increment; in getVarStackSlotParams()
827 *SpillAreaSizeBytes += getFlags().getTestStackExtra(); in getVarStackSlotParams()
855 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
893 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
DIceTargetLowering.h423 size_t *SpillAreaSizeBytes,
445 size_t SpillAreaSizeBytes,
DIceTargetLoweringX8664.cpp894 SpillAreaSizeBytes = 0; in addProlog()
918 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
920 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
921 SpillAreaSizeBytes += GlobalsSize; in addProlog()
968 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
975 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
978 SpillAreaSizeBytes += ShadowStoreSize; in addProlog()
987 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, in addProlog()
991 SpillAreaSizeBytes = StackSize - StackOffset; // Adjust for alignment, if any in addProlog()
993 if (SpillAreaSizeBytes) { in addProlog()
[all …]
DIceTargetLoweringX8632.cpp882 SpillAreaSizeBytes = 0; in addProlog()
906 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
908 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
909 SpillAreaSizeBytes += GlobalsSize; in addProlog()
956 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
969 SpillAreaSizeBytes = in addProlog()
970 std::max(typeWidthInBytesOnStack(ReturnType), SpillAreaSizeBytes); in addProlog()
984 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
992 uint32_t StackSize = Utils::applyAlignment(StackOffset + SpillAreaSizeBytes, in addProlog()
996 SpillAreaSizeBytes = StackSize - StackOffset; // Adjust for alignment, if any in addProlog()
[all …]
DIceTargetLoweringARM32.cpp1327 SpillAreaSizeBytes = 0; in addProlog()
1346 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1348 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1349 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1442 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1448 SpillAreaSizeBytes += MaxOutArgsSizeBytes; in addProlog()
1451 uint32_t StackSize = applyStackAlignment(StackOffset + SpillAreaSizeBytes); in addProlog()
1453 SpillAreaSizeBytes = StackSize - StackOffset; in addProlog()
1457 SpillAreaSizeBytes += FixedAllocaSizeBytes; in addProlog()
1460 if (SpillAreaSizeBytes) { in addProlog()
[all …]
DIceTargetLoweringMIPS32.cpp116 size_t SpillAreaSizeBytes, in assignVarStackSlots() argument
139 Var->setStackOffset(SpillAreaSizeBytes - NextStackOffset); in assignVarStackSlots()
1509 SpillAreaSizeBytes = 0; in addProlog()
1528 &SpillAreaSizeBytes, &SpillAreaAlignmentBytes, in addProlog()
1530 uint32_t LocalsSpillAreaSize = SpillAreaSizeBytes; in addProlog()
1531 SpillAreaSizeBytes += GlobalsSize; in addProlog()
1598 SpillAreaSizeBytes += SpillAreaPaddingBytes + LocalsSlotsPaddingBytes; in addProlog()
1604 SpillAreaSizeBytes += MaxOutArgsSizeBytes * (VariableAllocaUsed ? 0 : 1); in addProlog()
1606 SpillAreaSizeBytes = applyStackAlignment( in addProlog()
1607 SpillAreaSizeBytes + in addProlog()
[all …]
DIceTargetLoweringMIPS32.h615 size_t SpillAreaSizeBytes,
818 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringX8632.h222 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
869 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringX8664.h223 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes()); in getFrameFixedAllocaOffset()
858 size_t SpillAreaSizeBytes = 0; variable
DIceTargetLoweringARM32.h140 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes); in getFrameFixedAllocaOffset()
1063 size_t SpillAreaSizeBytes = 0; variable