|
MLIR
22.0.0git
|
#include "mlir/Dialect/ArmSVE/IR/ArmSVEDialect.h"#include "mlir/Dialect/LLVMIR/LLVMTypes.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/IR/Builders.h"#include "mlir/IR/TypeUtilities.h"#include "mlir/Dialect/ArmSVE/IR/ArmSVEDialect.cpp.inc"#include "mlir/Dialect/ArmSVE/IR/ArmSVE.cpp.inc"#include "mlir/Dialect/ArmSVE/IR/ArmSVETypes.cpp.inc"Go to the source code of this file.
Macros | |
| #define | GET_OP_CLASSES |
| #define | GET_TYPEDEF_CLASSES |
| #define | GET_OP_LIST |
Functions | |
| static Type | getI1SameShape (Type type) |
| Return the scalable vector of the same shape and containing i1. More... | |
| #define GET_OP_CLASSES |
Definition at line 41 of file ArmSVEDialect.cpp.
| #define GET_OP_LIST |
| #define GET_TYPEDEF_CLASSES |
Definition at line 44 of file ArmSVEDialect.cpp.
Return the scalable vector of the same shape and containing i1.
Definition at line 27 of file ArmSVEDialect.cpp.
References mlir::get(), and mlir::Type::getContext().