#include <utility>
#include "mlir/Dialect/Shape/IR/Shape.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"
#include "mlir/Dialect/CommonFolders.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Traits.h"
#include "mlir/Dialect/UB/IR/UBOps.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/DialectImplementation.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Interfaces/FunctionImplementation.h"
#include "mlir/Transforms/InliningUtils.h"
#include "llvm/ADT/SetOperations.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/Support/raw_ostream.h"
#include "mlir/Dialect/Shape/IR/ShapeOpsDialect.cpp.inc"
#include "ShapeCanonicalization.inc"
#include "mlir/Dialect/Shape/IR/ShapeOps.cpp.inc"
#include "mlir/Dialect/Shape/IR/ShapeOpsTypes.cpp.inc"
Go to the source code of this file.
◆ GET_OP_CLASSES
◆ GET_OP_LIST
◆ GET_TYPEDEF_CLASSES
#define GET_TYPEDEF_CLASSES |
◆ GET_TYPEDEF_LIST
◆ eachHasOnlyOneOfTypes() [1/2]
template<typename... Ty, typename... ranges>
static bool eachHasOnlyOneOfTypes |
( |
TypeRange |
l, |
|
|
ranges... |
rs |
|
) |
| |
|
static |
◆ eachHasOnlyOneOfTypes() [2/2]
template<typename... Ty>
static bool eachHasOnlyOneOfTypes |
( |
TypeRange |
typeRange | ) |
|
|
static |
◆ hasAtMostSingleNonScalar()
◆ isErrorPropagationPossible()
static bool isErrorPropagationPossible |
( |
TypeRange |
operandTypes | ) |
|
|
static |
◆ verifyShapeOrExtentTensorOp()
static LogicalResult verifyShapeOrExtentTensorOp |
( |
Operation * |
op | ) |
|
|
static |
◆ verifySizeOrIndexOp()
static LogicalResult verifySizeOrIndexOp |
( |
Operation * |
op | ) |
|
|
static |