|
LLVM
8.0.1
|
A register read descriptor. More...
#include "llvm/MCA/Instruction.h"

Public Member Functions | |
| bool | isImplicitRead () const |
Public Attributes | |
| int | OpIndex |
| unsigned | UseIndex |
| unsigned | RegisterID |
| unsigned | SchedClassID |
A register read descriptor.
Definition at line 65 of file Instruction.h.
|
inline |
Definition at line 79 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::ReadState::isImplicitRead().
| int llvm::mca::ReadDescriptor::OpIndex |
Definition at line 69 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::ReadDescriptor::RegisterID |
Definition at line 74 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::ReadDescriptor::SchedClassID |
Definition at line 77 of file Instruction.h.
Referenced by llvm::mca::ReadState::getSchedClass(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::ReadDescriptor::UseIndex |
Definition at line 72 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::verifyOperands().
1.8.13