|
MLIR 22.0.0git
|
#include "mlir/Dialect/Arith/IR/Arith.h"#include "mlir/Dialect/MemRef/IR/MemRef.h"#include "mlir/Dialect/Utils/IndexingUtils.h"#include "mlir/Dialect/Vector/IR/VectorOps.h"#include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"#include "mlir/Dialect/Vector/Utils/VectorUtils.h"#include "mlir/IR/BuiltinTypes.h"#include "mlir/IR/Location.h"#include "mlir/IR/PatternMatch.h"#include "mlir/IR/TypeUtilities.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "vector-broadcast-lowering" |
Functions | |
| static bool | isValidKind (bool isInt, vector::CombiningKind kind) |
| This function checks to see if the vector combining kind is consistent with the integer or float element type. | |
| #define DEBUG_TYPE "vector-broadcast-lowering" |
Definition at line 25 of file LowerVectorScan.cpp.
This function checks to see if the vector combining kind is consistent with the integer or float element type.
Definition at line 32 of file LowerVectorScan.cpp.