LLVM 20.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 135 of file Instruction.h.
|
inline |
Definition at line 159 of file Instruction.h.
References OpIndex.
Referenced by llvm::mca::InstrBuilder::createInstruction().
bool llvm::mca::WriteDescriptor::IsOptionalDef |
Definition at line 157 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction().
unsigned llvm::mca::WriteDescriptor::Latency |
Definition at line 141 of file Instruction.h.
Referenced by llvm::mca::WriteState::getLatency().
int llvm::mca::WriteDescriptor::OpIndex |
Definition at line 139 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), llvm::mca::WriteState::dump(), and isImplicitWrite().
MCPhysReg llvm::mca::WriteDescriptor::RegisterID |
Definition at line 144 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction().
unsigned llvm::mca::WriteDescriptor::SClassOrWriteResourceID |
Definition at line 153 of file Instruction.h.
Referenced by llvm::mca::WriteState::getWriteResourceID().