|
LLVM 22.0.0git
|
#include "Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h"
Public Member Functions | |
| PredicateInfo () | |
| PredicateInfo (MCRegister Register, unsigned Operand, bool PredicatedTrue) | |
| bool | isPredicated () const |
Public Attributes | |
| MCRegister | Register |
| unsigned | Operand |
| bool | PredicatedTrue |
Definition at line 334 of file HexagonMCInstrInfo.h.
|
inline |
Definition at line 336 of file HexagonMCInstrInfo.h.
References Operand, and PredicatedTrue.
|
inline |
Definition at line 337 of file HexagonMCInstrInfo.h.
References Operand, PredicatedTrue, and Register.
| bool HexagonMCInstrInfo::PredicateInfo::isPredicated | ( | ) | const |
Definition at line 35 of file HexagonMCInstrInfo.cpp.
References Register.
| unsigned llvm::HexagonMCInstrInfo::PredicateInfo::Operand |
Definition at line 341 of file HexagonMCInstrInfo.h.
Referenced by PredicateInfo(), and PredicateInfo().
| bool llvm::HexagonMCInstrInfo::PredicateInfo::PredicatedTrue |
Definition at line 342 of file HexagonMCInstrInfo.h.
Referenced by PredicateInfo(), and PredicateInfo().
| MCRegister llvm::HexagonMCInstrInfo::PredicateInfo::Register |
Definition at line 340 of file HexagonMCInstrInfo.h.
Referenced by isPredicated(), and PredicateInfo().