Home
last modified time | relevance | path

Searched refs:_get_op_result_or_value (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/
H A D__init__.py61 from .._ods_common import get_op_result_or_value as _get_op_result_or_value
71 input = _get_op_result_or_value(input)
74 init = _get_op_result_or_value(outs[0])
93 input = _get_op_result_or_value(input)
96 init = _get_op_result_or_value(outs[0])
60 from .._ods_common import get_op_result_or_value as _get_op_result_or_value global() unknown
/llvm-project/mlir/python/mlir/dialects/transform/
H A D__init__.py14 get_op_result_or_value as _get_op_result_or_value, unknown
34 super().__init__(result_type, _get_op_result_or_value(target), loc=loc, ip=ip)
70 _get_op_result_or_value(target),
91 [_get_op_result_or_value(h) for h in handles],
109 [_get_op_result_or_value(h).type for h in handles],
110 _get_op_result_or_value(pattern),
111 [_get_op_result_or_value(h) for h in handles],
129 _get_op_result_or_value(target)
H A Dloop.py11 get_op_result_or_value as _get_op_result_or_value, unknown
37 _get_op_result_or_value(target),
66 _get_op_result_or_value(target),
102 _get_op_result_or_value(target),
123 _get_op_result_or_value(target),
H A Dpdl.py11 get_op_result_or_value as _get_op_result_or_value, unknown
34 _get_op_result_or_value(target),
44 root = _get_op_result_or_value(target) if not isinstance(target, Type) else None
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Ddsl.py14 get_op_result_or_value as _get_op_result_or_value, unknown
58 return [_get_op_result_or_value(o) for o in outs]
108 in_values = [_get_op_result_or_value(i) for i in ins]
H A Demitter.py15 get_op_result_or_value as _get_op_result_or_value, unknown
/llvm-project/mlir/test/mlir-tblgen/
H A Dop-python-bindings.td
/llvm-project/mlir/python/mlir/dialects/
H A Daffine.py11 get_op_result_or_value as _get_op_result_or_value, unknown
81 bounds_operands[i].append(_get_op_result_or_value(bounds[i]))
H A Dscf.py13 get_op_result_or_value as _get_op_result_or_value, unknown