LLVM
8.0.1
|
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/LegalizerInfo.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 102 of file LegalizerInfo.h.
Definition at line 107 of file LegalizerInfo.h.
Definition at line 108 of file LegalizerInfo.h.
|
inline |
Definition at line 111 of file LegalizerInfo.h.
unsigned llvm::InstrAspect::Idx = 0 |
Definition at line 104 of file LegalizerInfo.h.
Referenced by llvm::LegalizerInfo::decreaseToSmallerTypesAndIncreaseToSmallest(), operator==(), and llvm::LegalizerInfo::setAction().
unsigned llvm::InstrAspect::Opcode |
Definition at line 103 of file LegalizerInfo.h.
Referenced by llvm::LegalizerInfo::decreaseToSmallerTypesAndIncreaseToSmallest(), operator==(), and llvm::LegalizerInfo::setAction().
LLT llvm::InstrAspect::Type |
Definition at line 105 of file LegalizerInfo.h.
Referenced by llvm::LegalizerInfo::computeTables(), llvm::LegalizerInfo::decreaseToSmallerTypesAndIncreaseToSmallest(), operator==(), and llvm::LegalizerInfo::setAction().