My Project
|
#include "mlir/Dialect/VectorOps/VectorOps.h"
#include "mlir/Dialect/StandardOps/Ops.h"
#include "mlir/Dialect/Utils/StructuredOpsUtils.h"
#include "mlir/IR/AffineExpr.h"
#include "mlir/IR/AffineMap.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/PatternMatch.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Support/Functional.h"
#include "mlir/Support/LLVM.h"
#include "mlir/Support/MathExtras.h"
#include "mlir/Support/STLExtras.h"
#include "llvm/ADT/StringSet.h"
#include "mlir/Dialect/VectorOps/VectorOps.cpp.inc"
Namespaces | |
mlir | |
mlir::vector | |
Macros | |
#define | GET_OP_LIST |
#define | GET_OP_CLASSES |
Functions | |
template<typename OpType > | |
LogicalResult | isIntegerArrayAttrSmallerThanShape (OpType op, ArrayAttr arrayAttr, ArrayRef< int64_t > shape, StringRef attrName) |
template<typename OpType > | |
LogicalResult | isIntegerArrayAttrConfinedToRange (OpType op, ArrayAttr arrayAttr, int64_t min, int64_t max, StringRef attrName, bool halfOpen=true) |
template<typename OpType > | |
LogicalResult | isIntegerArrayAttrConfinedToShape (OpType op, ArrayAttr arrayAttr, ArrayRef< int64_t > shape, StringRef attrName, bool halfOpen=true, int64_t min=0) |
template<typename OpType > | |
LogicalResult | isSumOfIntegerArrayAttrConfinedToShape (OpType op, ArrayAttr arrayAttr1, ArrayAttr arrayAttr2, ArrayRef< int64_t > shape, StringRef attrName1, StringRef attrName2, bool halfOpen=true, int64_t min=1) |
ParseResult | parseTransferReadOp (OpAsmParser &parser, OperationState &result) |
ParseResult | parseTransferWriteOp (OpAsmParser &parser, OperationState &result) |
ParseResult | parseConstantMaskOp (OpAsmParser &parser, OperationState &result) |
ParseResult | parseCreateMaskOp (OpAsmParser &parser, OperationState &result) |
ParseResult | parsePrintOp (OpAsmParser &parser, OperationState &result) |
#define GET_OP_CLASSES |
#define GET_OP_LIST |
LogicalResult isIntegerArrayAttrConfinedToRange | ( | OpType | op, |
ArrayAttr | arrayAttr, | ||
int64_t | min, | ||
int64_t | max, | ||
StringRef | attrName, | ||
bool | halfOpen = true |
||
) |
LogicalResult isIntegerArrayAttrConfinedToShape | ( | OpType | op, |
ArrayAttr | arrayAttr, | ||
ArrayRef< int64_t > | shape, | ||
StringRef | attrName, | ||
bool | halfOpen = true , |
||
int64_t | min = 0 |
||
) |
LogicalResult isIntegerArrayAttrSmallerThanShape | ( | OpType | op, |
ArrayAttr | arrayAttr, | ||
ArrayRef< int64_t > | shape, | ||
StringRef | attrName | ||
) |
LogicalResult isSumOfIntegerArrayAttrConfinedToShape | ( | OpType | op, |
ArrayAttr | arrayAttr1, | ||
ArrayAttr | arrayAttr2, | ||
ArrayRef< int64_t > | shape, | ||
StringRef | attrName1, | ||
StringRef | attrName2, | ||
bool | halfOpen = true , |
||
int64_t | min = 1 |
||
) |
ParseResult parseConstantMaskOp | ( | OpAsmParser & | parser, |
OperationState & | result | ||
) |
ParseResult parseCreateMaskOp | ( | OpAsmParser & | parser, |
OperationState & | result | ||
) |
ParseResult parsePrintOp | ( | OpAsmParser & | parser, |
OperationState & | result | ||
) |
ParseResult parseTransferReadOp | ( | OpAsmParser & | parser, |
OperationState & | result | ||
) |
ParseResult parseTransferWriteOp | ( | OpAsmParser & | parser, |
OperationState & | result | ||
) |