|
LLVM 23.0.0git
|
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
Public Member Functions | |
| bool | operator== (const TypePairAndMemDesc &Other) const |
| bool | isCompatible (const TypePairAndMemDesc &Other) const |
Public Attributes | |
| LLT | Type0 |
| LLT | Type1 |
| LLT | MemTy |
| uint64_t | Align |
Definition at line 163 of file LegalizerInfo.h.
|
inline |
Other (The alignment is sufficient for the size and result type). Definition at line 176 of file LegalizerInfo.h.
References Align, MemTy, llvm::Other, Type0, and Type1.
Referenced by llvm::LegalityPredicates::typePairAndMemDescInSet().
|
inline |
Definition at line 169 of file LegalizerInfo.h.
References Align, MemTy, llvm::Other, Type0, and Type1.
| uint64_t llvm::LegalityPredicates::TypePairAndMemDesc::Align |
Definition at line 167 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::MemTy |
Definition at line 166 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::Type0 |
Definition at line 164 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::Type1 |
Definition at line 165 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().