picceler
Loading...
Searching...
No Matches
ops.h File Reference
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/Types.h"
#include "mlir/IR/TypeSupport.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/TypeSwitch.h"
#include <utility>
#include "types.h"
#include "error.h"
#include "piccelerInterfaces.h.inc"
#include "piccelerOps.h.inc"

Go to the source code of this file.

Namespaces

namespace  picceler

Macros

#define GET_OP_CLASSES

Functions

mlir::Value picceler::createFloatConstant (mlir::OpBuilder &builder, mlir::Location loc, double value)
 Common utility function to create a constant float value in MLIR.
mlir::Value picceler::createIntConstant (mlir::OpBuilder &builder, mlir::Location loc, int64_t value)
 Common utility function to create a constant int value in MLIR.

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES