Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SO

668   // SP not FP. Align to MaxAlign so this works.
685 const StackObject &SO = Objects[i];
687 if (SO.Size == ~0ULL) {
691 if (SO.Size == 0)
694 OS << "size=" << SO.Size;
695 OS << ", align=" << SO.Alignment;
699 if (i < NumFixedObjects || SO.SPOffset != -1) {
700 int64_t Off = SO.SPOffset - ValOffset;
874 // the constant folding APIs to do this so that we get the benefit of