LLVM 22.0.0git
|
A register write descriptor. More...
#include "llvm/MCA/Instruction.h"
Public Member Functions | |
bool | isImplicitWrite () const |
Public Attributes | |
int | OpIndex |
unsigned | Latency |
MCPhysReg | RegisterID |
unsigned | SClassOrWriteResourceID |
bool | IsOptionalDef |
A register write descriptor.
Definition at line 136 of file Instruction.h.
|
inline |
Definition at line 160 of file Instruction.h.
References OpIndex.
Referenced by llvm::mca::InstrBuilder::createInstruction().
bool llvm::mca::WriteDescriptor::IsOptionalDef |
Definition at line 158 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction().
unsigned llvm::mca::WriteDescriptor::Latency |
Definition at line 142 of file Instruction.h.
int llvm::mca::WriteDescriptor::OpIndex |
Definition at line 140 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and isImplicitWrite().
MCPhysReg llvm::mca::WriteDescriptor::RegisterID |
Definition at line 145 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction().
unsigned llvm::mca::WriteDescriptor::SClassOrWriteResourceID |
Definition at line 154 of file Instruction.h.