Home
last modified time | relevance | path

Searched refs:loadMLIR (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch3/
Dtoyc.cpp74 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/
Dtoyc.cpp75 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/
Dtoyc.cpp78 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/
Dtoyc.cpp97 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/
Dtoyc.cpp97 int loadMLIR(mlir::MLIRContext &context, mlir::OwningModuleRef &module) { in loadMLIR() function
129 if (int error = loadMLIR(context, module)) in loadAndProcessMLIR()