Go to the source code of this file.
|
| mlir |
| Include the generated interface declarations.
|
|
| mlir::detail |
| Detect if any of the given parameter types has a sub-element handler.
|
|
|
LogicalResult | mlir::detail::verifyOffsetSizeAndStrideOp (OffsetSizeAndStrideOpInterface op) |
|
bool | mlir::detail::sameOffsetsSizesAndStrides (OffsetSizeAndStrideOpInterface a, OffsetSizeAndStrideOpInterface b, llvm::function_ref< bool(OpFoldResult, OpFoldResult)> cmp) |
|
void | mlir::printDynamicIndexList (OpAsmPrinter &printer, Operation *op, OperandRange values, ArrayRef< int64_t > integers) |
| Printer hook for custom directive in assemblyFormat. More...
|
|
ParseResult | mlir::parseDynamicIndexList (OpAsmParser &parser, SmallVectorImpl< OpAsmParser::UnresolvedOperand > &values, DenseI64ArrayAttr &integers) |
| Pasrer hook for custom directive in assemblyFormat. More...
|
|
LogicalResult | mlir::verifyListOfOperandsOrIntegers (Operation *op, StringRef name, unsigned expectedNumElements, ArrayRef< int64_t > attr, ValueRange values) |
| Verify that a the values has as many elements as the number of entries in attr for which isDynamic evaluates to true. More...
|
|