reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MIRYamlMapping.h
  225     return ID == Other.ID && Name == Other.Name && Type == Other.Type &&
  225     return ID == Other.ID && Name == Other.Name && Type == Other.Type &&
  250         "type", Object.Type,
  253     if (Object.Type != MachineStackObject::VariableSized)
lib/CodeGen/MIRParser/MIRParser.cpp
  708     if (Object.Type == yaml::MachineStackObject::VariableSized)
  713           Object.Type == yaml::MachineStackObject::SpillSlot, Alloca,
lib/CodeGen/MIRPrinter.cpp
  395     YamlObject.Type = MFI.isSpillSlotObjectIndex(I)