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