|
MLIR 22.0.0git
|
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"#include "mlir/Dialect/Ptr/IR/MemorySpaceInterfaces.h"#include "mlir/IR/OpImplementation.h"#include "mlir/Interfaces/DataLayoutInterfaces.h"#include <optional>#include "mlir/Dialect/LLVMIR/LLVMOpsEnums.h.inc"#include "mlir/Dialect/LLVMIR/LLVMAttrInterfaces.h.inc"#include "mlir/Dialect/LLVMIR/LLVMOpsAttrDefs.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::LLVM::DINodeAttr |
| This class represents the base attribute for all debug info attributes. More... | |
| class | mlir::LLVM::DIScopeAttr |
| This class represents a LLVM attribute that describes a debug info scope. More... | |
| class | mlir::LLVM::DILocalScopeAttr |
| This class represents a LLVM attribute that describes a local debug info scope. More... | |
| class | mlir::LLVM::DITypeAttr |
| This class represents a LLVM attribute that describes a debug info type. More... | |
| class | mlir::LLVM::DIVariableAttr |
| This class represents a LLVM attribute that describes a debug info variable. More... | |
| class | mlir::LLVM::TBAANodeAttr |
| Base class for LLVM attributes participating in the TBAA graph. More... | |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::LLVM |
| namespace | mlir::LLVM::detail |
Macros | |
| #define | GET_ATTRDEF_CLASSES |
Functions | |
| bool | mlir::LLVM::detail::isValidLoadStoreImpl (Type type, ptr::AtomicOrdering ordering, std::optional< int64_t > alignment, const ::mlir::DataLayout *dataLayout, function_ref< InFlightDiagnostic()> emitError) |
| Checks whether the given type is an LLVM type that can be loaded or stored. | |
| #define GET_ATTRDEF_CLASSES |
Definition at line 109 of file LLVMAttrs.h.