My Project
Classes | Namespaces | Macros | Enumerations | Functions
Ops.h File Reference
#include "mlir/Analysis/CallInterfaces.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpImplementation.h"
#include "mlir/IR/StandardTypes.h"
#include "mlir/Dialect/StandardOps/OpsEnums.h.inc"
#include "mlir/Dialect/StandardOps/Ops.h.inc"
Include dependency graph for Ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlir::StandardOpsDialect
 
class  mlir::ConstantFloatOp
 
class  mlir::ConstantIntOp
 
class  mlir::ConstantIndexOp
 
class  mlir::DmaStartOp
 
class  mlir::DmaWaitOp
 

Namespaces

 mlir
 

Macros

#define GET_OP_CLASSES
 

Enumerations

enum  mlir::CmpFPredicate {
  mlir::CmpFPredicate::FirstValidValue, mlir::CmpFPredicate::AlwaysFalse = FirstValidValue, mlir::CmpFPredicate::OEQ, mlir::CmpFPredicate::OGT,
  mlir::CmpFPredicate::OGE, mlir::CmpFPredicate::OLT, mlir::CmpFPredicate::OLE, mlir::CmpFPredicate::ONE,
  mlir::CmpFPredicate::ORD, mlir::CmpFPredicate::UEQ, mlir::CmpFPredicate::UGT, mlir::CmpFPredicate::UGE,
  mlir::CmpFPredicate::ULT, mlir::CmpFPredicate::ULE, mlir::CmpFPredicate::UNE, mlir::CmpFPredicate::UNO,
  mlir::CmpFPredicate::AlwaysTrue, mlir::CmpFPredicate::NumPredicates
}
 

Functions

void mlir::printDimAndSymbolList (Operation::operand_iterator begin, Operation::operand_iterator end, unsigned numDims, OpAsmPrinter &p)
 Prints dimension and symbol list. More...
 
ParseResult mlir::parseDimAndSymbolList (OpAsmParser &parser, SmallVectorImpl< Value > &operands, unsigned &numDims)
 Parses dimension and symbol list and returns true if parsing failed. More...
 
raw_ostream & mlir::operator<< (raw_ostream &os, SubViewOp::Range &range)
 

Macro Definition Documentation

◆ GET_OP_CLASSES

#define GET_OP_CLASSES