Lines Matching refs:ExecutionEngine
49 execution_engine = ExecutionEngine(module)
51 # CHECK: mlir.execution_engine.ExecutionEngine._CAPIPtr
54 execution_engine1 = ExecutionEngine._CAPICreate(execution_engine_capsule)
55 # CHECK: _mlirExecutionEngine.ExecutionEngine
62 # Test invalid ExecutionEngine creation
72 # CHECK: Got RuntimeError: Failure while creating the ExecutionEngine.
74 execution_engine = ExecutionEngine(module)
90 # Test simple ExecutionEngine execution
101 execution_engine = ExecutionEngine(lowerToLLVM(module))
121 execution_engine = ExecutionEngine(lowerToLLVM(module))
155 execution_engine = ExecutionEngine(lowerToLLVM(module))
194 execution_engine = ExecutionEngine(lowerToLLVM(module))
247 execution_engine = ExecutionEngine(lowerToLLVM(module))
291 execution_engine = ExecutionEngine(lowerToLLVM(module))
330 execution_engine = ExecutionEngine(lowerToLLVM(module))
374 execution_engine = ExecutionEngine(lowerToLLVM(module))
419 execution_engine = ExecutionEngine(lowerToLLVM(module))
469 execution_engine = ExecutionEngine(lowerToLLVM(module))
522 execution_engine = ExecutionEngine(lowerToLLVM(module))
565 execution_engine = ExecutionEngine(lowerToLLVM(module))
607 execution_engine = ExecutionEngine(lowerToLLVM(module))
675 execution_engine = ExecutionEngine(lowerToLLVM(module))
726 execution_engine = ExecutionEngine(
769 execution_engine = ExecutionEngine(
796 execution_engine = ExecutionEngine(lowerToLLVM(module), opt_level=3)