Home
last modified time | relevance | path

Searched refs:VariableSized (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp55 VariableSized, // a variable sized object enumerator
80 SlotTy = SlotType::VariableSized; in SlotData()
88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()
141 case SlotType::VariableSized: in getTypeString()
H A DMIRPrinter.cpp453 ? yaml::MachineStackObject::VariableSized in convertStackObjects()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h243 enum ObjectType { DefaultType, SpillSlot, VariableSized };
275 IO.enumCase(Type, "variable-sized", MachineStackObject::VariableSized);
288 if (Object.Type != MachineStackObject::VariableSized)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp860 if (Object.Type == yaml::MachineStackObject::VariableSized) in initializeFrameInfo()