Home
last modified time | relevance | path

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

/external/llvm-project/mlir/utils/spirv/
Dgen_spirv_dialect.py690 inst_category = existing_info.get('inst_category', 'Op')
691 if inst_category == 'Op':
728 if inst_category == 'Op':
768 inst_category=inst_category,
853 inst_category = [
857 assert len(inst_category) <= 1, 'more than one ops in the same section!'
858 inst_category = inst_category[0] if len(inst_category) == 1 else 'Op'
885 'inst_category': inst_category,
896 inst_category, capability_mapping): argument
941 op_info_dict.get(opname, {'inst_category': inst_category}),
[all …]