Home
last modified time | relevance | path

Searched defs:optLevel (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DOptUtils.cpp26 static Optional<OptimizationLevel> mapToLevel(unsigned optLevel, in mapToLevel()
55 mlir::makeOptimizingTransformer(unsigned optLevel, unsigned sizeLevel, in makeOptimizingTransformer()
H A DJitRunner.cpp135 Optional<unsigned> optLevel; in getCommandLineOptLevel() local
335 Optional<unsigned> optLevel = getCommandLineOptLevel(options); in JitRunnerMain() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp76 Option<int> optLevel{ member in __anona64225700111::SerializeToHsacoPass
134 StringRef features, int optLevel) { in SerializeToHsacoPass()
325 int optLevel = this->optLevel.getValue(); in optimizeLlvm() local
489 int optLevel) { in createGpuSerializeToHsacoPass()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp75 const std::vector<std::string> &sharedLibPaths) { in PYBIND11_MODULE()
/llvm-project-15.0.7/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp21 mlirExecutionEngineCreate(MlirModule op, int optLevel, int numPaths, in mlirExecutionEngineCreate()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp1759 StringRef optLevel = s.substr(7); in linkerMain() local