|
LLVM 22.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 207 of file LegalizerInfo.h.
|
inline |
Other (The alignment is sufficient for the size and result type). Definition at line 220 of file LegalizerInfo.h.
References Align, MemTy, llvm::Other, Type0, and Type1.
Referenced by llvm::LegalityPredicates::typePairAndMemDescInSet().
|
inline |
Definition at line 213 of file LegalizerInfo.h.
References Align, MemTy, llvm::Other, Type0, and Type1.
| uint64_t llvm::LegalityPredicates::TypePairAndMemDesc::Align |
Definition at line 211 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::MemTy |
Definition at line 210 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::Type0 |
Definition at line 208 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().
| LLT llvm::LegalityPredicates::TypePairAndMemDesc::Type1 |
Definition at line 209 of file LegalizerInfo.h.
Referenced by isCompatible(), and operator==().