LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VReg2SUnitOperIdx Struct Reference

Mapping from virtual register to SUnit including an operand index. More...

#include "llvm/CodeGen/ScheduleDAGInstrs.h"

Inheritance diagram for llvm::VReg2SUnitOperIdx:
Inheritance graph
[legend]

Public Member Functions

 VReg2SUnitOperIdx (unsigned VReg, LaneBitmask LaneMask, unsigned OperandIndex, SUnit *SU)
 
- Public Member Functions inherited from llvm::VReg2SUnit
 VReg2SUnit (unsigned VReg, LaneBitmask LaneMask, SUnit *SU)
 
unsigned getSparseSetIndex () const
 

Public Attributes

unsigned OperandIndex
 
- Public Attributes inherited from llvm::VReg2SUnit
unsigned VirtReg
 
LaneBitmask LaneMask
 
SUnitSU
 

Detailed Description

Mapping from virtual register to SUnit including an operand index.

Definition at line 67 of file ScheduleDAGInstrs.h.

Constructor & Destructor Documentation

◆ VReg2SUnitOperIdx()

llvm::VReg2SUnitOperIdx::VReg2SUnitOperIdx ( unsigned  VReg,
LaneBitmask  LaneMask,
unsigned  OperandIndex,
SUnit SU 
)
inline

Definition at line 70 of file ScheduleDAGInstrs.h.

Member Data Documentation

◆ OperandIndex

unsigned llvm::VReg2SUnitOperIdx::OperandIndex

Definition at line 68 of file ScheduleDAGInstrs.h.


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