Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SO

636   // SP not FP. Align to MaxAlign so this works.
653 const StackObject &SO = Objects[i];
655 if (SO.Size == ~0ULL) {
659 if (SO.Size == 0)
662 OS << "size=" << SO.Size;
663 OS << ", align=" << SO.Alignment;
667 if (i < NumFixedObjects || SO.SPOffset != -1) {
668 int64_t Off = SO.SPOffset - ValOffset;
843 // the constant folding APIs to do this so that we get the benefit of