Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DOptUtils.cpp27 static std::optional<OptimizationLevel> mapToLevel(unsigned optLevel, in mapToLevel()
56 mlir::makeOptimizingTransformer(unsigned optLevel, unsigned sizeLevel, in makeOptimizingTransformer()
H A DJitRunner.cpp164 std::optional<unsigned> optLevel; in getCommandLineOptLevel() local
320 std::optional<unsigned> optLevel = getCommandLineOptLevel(options); in JitRunnerMain() local
H A DRocmRuntimeWrappers.cpp41 extern "C" hipModule_t mgpuModuleLoadJIT(void *data, int optLevel) { in mgpuModuleLoadJIT() argument
H A DCudaRuntimeWrappers.cpp132 int optLevel) { in mgpuModuleLoadJIT() argument
/llvm-project/mlir/include/mlir/Target/LLVM/
H A DModuleToObject.h115 int optLevel; global() variable
/llvm-project/flang/include/flang/Tools/
H A DCrossToolHelpers.h50 mlir::PassManager &pm, llvm::OptimizationLevel optLevel) { in invokeFIROptEarlyEPCallbacks() argument
56 mlir::PassManager &pm, llvm::OptimizationLevel optLevel) { in invokeFIRInlinerCallback() argument
62 mlir::PassManager &pm, llvm::OptimizationLevel optLevel) { in invokeFIROptLastEPCallbacks() argument
/llvm-project/mlir/lib/Target/LLVM/
H A DModuleToObject.cpp38 ModuleToObject(Operation & module,StringRef triple,StringRef chip,StringRef features,int optLevel) ModuleToObject() argument
142 optimizeModule(llvm::Module & module,int optLevel) optimizeModule() argument
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DExecutionEngineModule.cpp76 [](PyExecutionEngine &self, MlirModule module, int optLevel, in PYBIND11_MODULE() argument
/llvm-project/mlir/lib/CAPI/ExecutionEngine/
H A DExecutionEngine.cpp23 mlirExecutionEngineCreate(MlirModule op, int optLevel, int numPaths, in mlirExecutionEngineCreate()
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp330 std::string optLevel = std::to_string(this->optLevel); compileToBinary() local
459 std::string optLevel = std::to_string(this->optLevel); compileToBinaryNVPTX() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DROCDLDialect.cpp222 int optLevel, StringRef triple, StringRef chip, in verify()
H A DNVVMDialect.cpp1117 verify(function_ref<InFlightDiagnostic ()> emitError,int optLevel,StringRef triple,StringRef chip,StringRef features,DictionaryAttr flags,ArrayAttr files) verify() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp383 auto optLevel = dyn_cast<IntegerAttr>(optAttr); createKernelLaunch() local