Home
last modified time | relevance | path

Searched refs:printBinaryOp (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DOps.td95 let printer = [{ return ::printBinaryOp(p, *this); }];
150 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DOps.td94 let printer = [{ return ::printBinaryOp(p, *this); }];
149 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DDialect.cpp72 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/llvm-project/mlir/examples/toy/Ch2/mlir/
DDialect.cpp72 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DOps.td97 let printer = [{ return ::printBinaryOp(p, *this); }];
175 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DOps.td97 let printer = [{ return ::printBinaryOp(p, *this); }];
175 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DOps.td97 let printer = [{ return ::printBinaryOp(p, *this); }];
175 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp128 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp128 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp128 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DOps.td110 let printer = [{ return ::printBinaryOp(p, *this); }];
189 let printer = [{ return ::printBinaryOp(p, *this); }];
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DDialect.cpp141 static void printBinaryOp(mlir::OpAsmPrinter &printer, mlir::Operation *op) { in printBinaryOp() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h763 void printBinaryOp(const BinaryOp *E, StreamType &SS) { in printBinaryOp() function
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h778 void printBinaryOp(const BinaryOp *E, StreamType &SS) { in printBinaryOp() function
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1511 static void printBinaryOp(Operation *op, OpAsmPrinter &p) { in printBinaryOp() function
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2291 let printer = [{ return printBinaryOp(this->getOperation(), p); }];