LLVM 20.0.0git
|
Legalization is decided based on an instruction's opcode, which type slot we're considering, and what the existing type is. More...
#include "llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h"
Public Member Functions | |
InstrAspect (unsigned Opcode, LLT Type) | |
InstrAspect (unsigned Opcode, unsigned Idx, LLT Type) | |
bool | operator== (const InstrAspect &RHS) const |
Public Attributes | |
unsigned | Opcode |
unsigned | Idx = 0 |
LLT | Type |
Legalization is decided based on an instruction's opcode, which type slot we're considering, and what the existing type is.
These aspects are gathered together for convenience in the InstrAspect class.
Definition at line 84 of file LegacyLegalizerInfo.h.
Definition at line 89 of file LegacyLegalizerInfo.h.
Definition at line 90 of file LegacyLegalizerInfo.h.
|
inline |
Definition at line 93 of file LegacyLegalizerInfo.h.
unsigned llvm::InstrAspect::Idx = 0 |
Definition at line 86 of file LegacyLegalizerInfo.h.
Referenced by operator==(), and llvm::LegacyLegalizerInfo::setAction().
unsigned llvm::InstrAspect::Opcode |
Definition at line 85 of file LegacyLegalizerInfo.h.
Referenced by operator==(), and llvm::LegacyLegalizerInfo::setAction().
LLT llvm::InstrAspect::Type |
Definition at line 87 of file LegacyLegalizerInfo.h.
Referenced by llvm::LegacyLegalizerInfo::setAction().