Home | History | Annotate | Download | only in NVPTX

Lines Matching full:stack

79 /// AdjustStackOffset - Helper function used to adjust the stack frame offset.
84 // If the stack grows down, add the object size to find the lowest address.
90 // If the alignment of this object is greater than that of the stack, then
91 // increase the stack alignment to match.
115 // Loop over all of the stack objects, assigning sequential addresses...
119 // The Offset is the distance from the stack top in the direction
120 // of stack growth -- so it's always nonnegative.
125 && "Local area offset should be in direction of stack growth");
136 // The maximum distance from the stack pointer is at lower address of
137 // the object -- which is given by offset. For down growing stack
148 // NOTE: We do not have a call stack
180 // No stack protector
182 // Then assign frame offsets to stack objects that are not used to spill
199 // overall stack size.
222 // Update frame info to pretend that this is part of the stack...