Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackLayout.h41 struct StackObject { struct
47 SmallVector<StackObject, 8> StackObjects; argument
H A DMIRPrinter.cpp408 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
425 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
444 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects() local
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h123 struct StackObject { struct
126 int64_t SPOffset;
130 uint64_t Size;
133 unsigned Alignment;
138 bool isImmutable;
142 bool isSpillSlot;
149 bool isStatepointSpillSlot = false;
160 uint8_t StackID;
184 StackObject(uint64_t Size, unsigned Alignment, int64_t SPOffset, argument
187 : SPOffset(SPOffset), Size(Size), Alignment(Alignment), in SPOffset()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h138 StackObject, enumerator