Home
last modified time | relevance | path

Searched defs:StackObject (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStackLayout.h40 struct StackObject { struct
47 SmallVector<StackObject, 8> StackObjects; argument
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h122 struct StackObject { struct
125 int64_t SPOffset;
129 uint64_t Size;
132 Align Alignment;
137 bool isImmutable;
141 bool isSpillSlot;
148 bool isStatepointSpillSlot = false;
159 uint8_t StackID;
183 StackObject(uint64_t Size, Align Alignment, int64_t SPOffset, argument
186 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h150 StackObject, enumerator