Coverage Report

Created: 2020-06-26 05:44

/home/arjun/llvm-project/build/tools/mlir/include/mlir/Dialect/StandardOps/IR/OpsDialect.h.inc
Line
Count
Source (jump to first uncovered line)
1
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2
|*                                                                            *|
3
|* Dialect Declarations                                                       *|
4
|*                                                                            *|
5
|* Automatically generated file, do not edit!                                 *|
6
|*                                                                            *|
7
\*===----------------------------------------------------------------------===*/
8
9
10
class StandardOpsDialect : public ::mlir::Dialect {
11
public:
12
  explicit StandardOpsDialect(::mlir::MLIRContext *context);
13
0
  static ::llvm::StringRef getDialectNamespace() { return "std"; }
14
15
  /// Materialize a single constant operation from a given attribute value with
16
  /// the desired resultant type.
17
  ::mlir::Operation *materializeConstant(::mlir::OpBuilder &builder,
18
                                         ::mlir::Attribute value,
19
                                         ::mlir::Type type,
20
                                         ::mlir::Location loc) override;
21
};