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

Public Member Functions | |
| bool | isImplicitWrite () const |
Public Attributes | |
| int | OpIndex |
| unsigned | Latency |
| unsigned | RegisterID |
| unsigned | SClassOrWriteResourceID |
| bool | IsOptionalDef |
A register write descriptor.
Definition at line 37 of file Instruction.h.
|
inline |
Definition at line 61 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction().
| bool llvm::mca::WriteDescriptor::IsOptionalDef |
Definition at line 59 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::WriteDescriptor::Latency |
Definition at line 43 of file Instruction.h.
Referenced by llvm::mca::WriteState::getLatency(), and llvm::mca::verifyOperands().
| int llvm::mca::WriteDescriptor::OpIndex |
Definition at line 41 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::WriteDescriptor::RegisterID |
Definition at line 46 of file Instruction.h.
Referenced by llvm::mca::InstrBuilder::createInstruction(), llvm::mca::WriteState::getRegisterID(), llvm::mca::ReadState::getRegisterID(), and llvm::mca::verifyOperands().
| unsigned llvm::mca::WriteDescriptor::SClassOrWriteResourceID |
Definition at line 55 of file Instruction.h.
Referenced by llvm::mca::WriteState::getWriteResourceID(), and llvm::mca::verifyOperands().
1.8.13