Searched refs:load_store_opcode_props (Results 1 – 6 of 6) sorted by relevance
31 extern struct mir_ldst_op_props load_store_opcode_props[256];35 #define OP_IS_ATOMIC(op) (load_store_opcode_props[op].props & LDST_ATOMIC)36 #define OP_USES_ATTRIB(op) (load_store_opcode_props[op].props & LDST_ATTRIB)37 #define OP_IS_STORE(op) (load_store_opcode_props[op].props & LDST_STORE)38 #define OP_HAS_ADDRESS(op) (load_store_opcode_props[op].props & LDST_ADDRESS)
43 if (load_store_opcode_props[ins->op].props & LDST_SPECIAL_MASK) in can_cull_mask()59 if (load_store_opcode_props[ins->op].props & LDST_SIDE_FX) in can_dce()
218 const char *name = load_store_opcode_props[op].name; in mir_print_instruction()
206 struct mir_ldst_op_props load_store_opcode_props[256] = { variable
112 if (load_store_opcode_props[op].name) in print_ld_st_opcode()113 fprintf(fp, "%s", load_store_opcode_props[op].name); in print_ld_st_opcode()
141 load_store_opcode_props[instructions[i]->op].props & LDST_ADDRESS) { in mir_create_dependency_graph()