LLVM  8.0.1
Public Attributes | List of all members
llvm::rdf::NodeBase::Ref_struct Struct Reference

#include "Target/Hexagon/RDFGraph.h"

Collaboration diagram for llvm::rdf::NodeBase::Ref_struct:
Collaboration graph
[legend]

Public Attributes

NodeId RD
 
NodeId Sib
 
union {
   Def_struct   Def
 
   PhiU_struct   PhiU
 
}; 
 
union {
   MachineOperand *   Op
 
   PackedRegisterRef   PR
 
}; 
 

Detailed Description

Definition at line 489 of file RDFGraph.h.

Member Data Documentation

◆ @444

union { ... }

◆ @446

union { ... }

◆ Def

Def_struct llvm::rdf::NodeBase::Ref_struct::Def

Definition at line 492 of file RDFGraph.h.

◆ Op

MachineOperand* llvm::rdf::NodeBase::Ref_struct::Op

Definition at line 496 of file RDFGraph.h.

◆ PhiU

PhiU_struct llvm::rdf::NodeBase::Ref_struct::PhiU

Definition at line 493 of file RDFGraph.h.

◆ PR

PackedRegisterRef llvm::rdf::NodeBase::Ref_struct::PR

Definition at line 497 of file RDFGraph.h.

◆ RD

NodeId llvm::rdf::NodeBase::Ref_struct::RD

Definition at line 490 of file RDFGraph.h.

◆ Sib

NodeId llvm::rdf::NodeBase::Ref_struct::Sib

Definition at line 490 of file RDFGraph.h.


The documentation for this struct was generated from the following file: