Searched refs:DumpMLIRAffine (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/examples/toy/Ch5/ |
D | toyc.cpp | 53 enum Action { None, DumpAST, DumpMLIR, DumpMLIRAffine }; enumerator 59 cl::values(clEnumValN(DumpMLIRAffine, "mlir-affine", 124 bool isLoweringToAffine = emitAction >= Action::DumpMLIRAffine; in dumpMLIR() 186 case Action::DumpMLIRAffine: in main()
|
/external/llvm-project/mlir/examples/toy/Ch7/ |
D | toyc.cpp | 62 DumpMLIRAffine, enumerator 72 cl::values(clEnumValN(DumpMLIRAffine, "mlir-affine", 137 bool isLoweringToAffine = emitAction >= Action::DumpMLIRAffine; in loadAndProcessMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch6/ |
D | toyc.cpp | 62 DumpMLIRAffine, enumerator 72 cl::values(clEnumValN(DumpMLIRAffine, "mlir-affine", 137 bool isLoweringToAffine = emitAction >= Action::DumpMLIRAffine; in loadAndProcessMLIR()
|