Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h41 struct StackObject { struct
48 SmallVector<StackObject, 8> StackObjects; argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h123 struct StackObject { struct
126 int64_t SPOffset;
130 uint64_t Size;
133 Align Alignment;
138 bool isImmutable;
142 bool isSpillSlot;
149 bool isStatepointSpillSlot = false;
160 uint8_t StackID;
184 StackObject(uint64_t Size, Align Alignment, int64_t SPOffset, argument
187 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h162 StackObject, enumerator