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__.py | 61 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__.py | 14 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 D | loop.py | 11 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 D | pdl.py | 11 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 D | dsl.py | 14 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 D | emitter.py | 15 get_op_result_or_value as _get_op_result_or_value, unknown
|
/llvm-project/mlir/test/mlir-tblgen/ |
H A D | op-python-bindings.td |
|
/llvm-project/mlir/python/mlir/dialects/ |
H A D | affine.py | 11 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 D | scf.py | 13 get_op_result_or_value as _get_op_result_or_value, unknown
|