Searched refs:enableOpt (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/ |
| H A D | toyc.cpp | 83 static cl::opt<bool> enableOpt("opt", cl::desc("Enable optimizations")); variable 143 if (enableOpt || isLoweringToAffine) { in loadAndProcessMLIR() 165 if (enableOpt) { in loadAndProcessMLIR() 214 /*optLevel=*/enableOpt ? 3 : 0, /*sizeLevel=*/0, in dumpLLVMIR() 235 /*optLevel=*/enableOpt ? 3 : 0, /*sizeLevel=*/0, in runJit()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/ |
| H A D | toyc.cpp | 83 static cl::opt<bool> enableOpt("opt", cl::desc("Enable optimizations")); variable 143 if (enableOpt || isLoweringToAffine) { in loadAndProcessMLIR() 166 if (enableOpt) { in loadAndProcessMLIR() 215 /*optLevel=*/enableOpt ? 3 : 0, /*sizeLevel=*/0, in dumpLLVMIR() 236 /*optLevel=*/enableOpt ? 3 : 0, /*sizeLevel=*/0, in runJit()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/ |
| H A D | toyc.cpp | 63 static cl::opt<bool> enableOpt("opt", cl::desc("Enable optimizations")); variable 127 if (enableOpt || isLoweringToAffine) { in dumpMLIR() 149 if (enableOpt) { in dumpMLIR()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/ |
| H A D | toyc.cpp | 58 static cl::opt<bool> enableOpt("opt", cl::desc("Enable optimizations")); variable 115 if (enableOpt) { in dumpMLIR()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/ |
| H A D | toyc.cpp | 59 static cl::opt<bool> enableOpt("opt", cl::desc("Enable optimizations")); variable 116 if (enableOpt) { in dumpMLIR()
|