|
LLVM 22.0.0git
|
#include "llvm/IR/User.h"Go to the source code of this file.
Classes | |
| struct | llvm::FixedNumOperandTraits< SubClass, ARITY > |
| FixedNumOperandTraits - determine the allocation regime of the Use array when it is a prefix to the User object, and the number of Use objects is known at compile time. More... | |
| struct | llvm::OptionalOperandTraits< SubClass, ARITY > |
| OptionalOperandTraits - when the number of operands may change at runtime. More... | |
| struct | llvm::VariadicOperandTraits< SubClass > |
| VariadicOperandTraits - determine the allocation regime of the Use array when it is a prefix to the User object, and the number of Use objects is only known at allocation time. More... | |
| struct | llvm::HungoffOperandTraits |
| HungoffOperandTraits - determine the allocation regime of the Use array when it is not a prefix to the User object, but allocated at an unrelated heap address. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | DECLARE_TRANSPARENT_OPERAND_ACCESSORS(VALUECLASS) |
| Macro for generating in-class operand accessor declarations. | |
| #define | DEFINE_TRANSPARENT_OPERAND_ACCESSORS(CLASS, VALUECLASS) |
| Macro for generating out-of-class operand accessor definitions. | |
| #define DECLARE_TRANSPARENT_OPERAND_ACCESSORS | ( | VALUECLASS | ) |
Macro for generating in-class operand accessor declarations.
It should only be called in the public section of the interface.
Definition at line 108 of file OperandTraits.h.
| #define DEFINE_TRANSPARENT_OPERAND_ACCESSORS | ( | CLASS, | |
| VALUECLASS ) |
Macro for generating out-of-class operand accessor definitions.
Definition at line 123 of file OperandTraits.h.