Searched defs:SpillAreaSizeBytes (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp780 size_t *GlobalsSize, size_t *SpillAreaSizeBytes,
860 if (LocalsSize[NodeIndex] > *SpillAreaSizeBytes)
861 *SpillAreaSizeBytes = LocalsSize[NodeIndex];
866 *SpillAreaSizeBytes += Increment;
871 *SpillAreaSizeBytes += getFlags().getTestStackExtra();
899 size_t SpillAreaSizeBytes,
905 // SpillAreaSizeBytes has accounted for the extra test padding. When
907 // SpillAreaSizeBytes. On the other hand, when UseFramePointer is false, the
908 // offsets depend on the gap between SpillAreaSizeBytes and
937 Var->setStackOffset(SpillAreaSizeBytes
778 getVarStackSlotParams( VarList &SortedSpilledVariables, SmallBitVector &RegsUsed, size_t *GlobalsSize, size_t *SpillAreaSizeBytes, uint32_t *SpillAreaAlignmentBytes, uint32_t *LocalsSlotsAlignmentBytes, std::function<bool(Variable *)> TargetVarHook) argument
897 assignVarStackSlots(VarList &SortedSpilledVariables, size_t SpillAreaPaddingBytes, size_t SpillAreaSizeBytes, size_t GlobalsAndSubsequentPaddingSize, bool UsesFramePointer) argument
[all...]
H A DIceTargetLoweringARM32.h141 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - MaxOutArgsSizeBytes);
1232 size_t SpillAreaSizeBytes = 0; variable
H A DIceTargetLoweringX86Base.h183 return FixedAllocaSizeBytes - (SpillAreaSizeBytes - maxOutArgsSizeBytes());
1084 size_t SpillAreaSizeBytes = 0; member in class:Ice::X86NAMESPACE::TargetX86Base
H A DIceTargetLoweringMIPS32.h647 size_t SpillAreaSizeBytes,
856 size_t SpillAreaSizeBytes = 0; member in class:Ice::MIPS32::TargetMIPS32

Completed in 130 milliseconds