Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp62 struct SlotData { struct
63 int Slot;
64 int Size;
65 int Align;
66 StackOffset Offset;
67 SlotType SlotTy;
68 bool Scalable;
70 SlotData(const MachineFrameInfo &MFI, const StackOffset Offset, in SlotData() function
89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()
96 bool operator<(const SlotData &Rhs) const { in operator <()