Searched refs:loadMLIR (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/examples/toy/Ch3/ |
D | toyc.cpp | 74 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() function 112 if (int error = loadMLIR(sourceMgr, context, module)) in dumpMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch4/ |
D | toyc.cpp | 75 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() function 113 if (int error = loadMLIR(sourceMgr, context, module)) in dumpMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch5/ |
D | toyc.cpp | 78 int loadMLIR(llvm::SourceMgr &sourceMgr, mlir::MLIRContext &context, in loadMLIR() function 116 if (int error = loadMLIR(sourceMgr, context, module)) in dumpMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch6/ |
D | toyc.cpp | 97 int loadMLIR(mlir::MLIRContext &context, mlir::OwningModuleRef &module) { in loadMLIR() function 129 if (int error = loadMLIR(context, module)) in loadAndProcessMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch7/ |
D | toyc.cpp | 97 int loadMLIR(mlir::MLIRContext &context, mlir::OwningModuleRef &module) { in loadMLIR() function 129 if (int error = loadMLIR(context, module)) in loadAndProcessMLIR()
|