|
MLIR
22.0.0git
|
#include "Utils/CodegenUtils.h"#include "Utils/LoopEmitter.h"#include "mlir/Dialect/Affine/IR/AffineOps.h"#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/Math/IR/Math.h"#include "mlir/Dialect/MemRef/IR/MemRef.h"#include "mlir/Dialect/SCF/IR/SCF.h"#include "mlir/Dialect/SparseTensor/Transforms/Passes.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"#include "mlir/IR/Matchers.h"Go to the source code of this file.
Macros | |
| #define | UNAOP(xxx) |
| #define | TYPEDUNAOP(xxx) |
| #define | BINOP(xxx) |
| #define BINOP | ( | xxx | ) |
Definition at line 357 of file SparseVectorization.cpp.
| #define TYPEDUNAOP | ( | xxx | ) |
Definition at line 348 of file SparseVectorization.cpp.
| #define UNAOP | ( | xxx | ) |
Definition at line 341 of file SparseVectorization.cpp.