MLIR  19.0.0git
Macros | Functions
ArmSVEDialect.cpp File Reference
#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/DialectImplementation.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/TypeUtilities.h"
#include "llvm/ADT/TypeSwitch.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...
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES

Definition at line 44 of file ArmSVEDialect.cpp.

◆ GET_OP_LIST

#define GET_OP_LIST

◆ GET_TYPEDEF_CLASSES

#define GET_TYPEDEF_CLASSES

Definition at line 47 of file ArmSVEDialect.cpp.

Function Documentation

◆ getI1SameShape()

static Type getI1SameShape ( Type  type)
static

Return the scalable vector of the same shape and containing i1.

Definition at line 30 of file ArmSVEDialect.cpp.

References mlir::get(), and mlir::Type::getContext().