Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c107 node->op == gpir_op_complex1 ? 4 : instr->alu_max_allowed_next_max; in gpir_instr_insert_alu_check()
180 if (node->op == gpir_op_complex1) in gpir_instr_remove_alu()
438 if (node->op == gpir_op_complex1 || node->op == gpir_op_select) in gpir_instr_slot_free()
444 if (node->op == gpir_op_complex1 || node->op == gpir_op_select) { in gpir_instr_slot_free()
489 if (node->op == gpir_op_complex1 || node->op == gpir_op_select) in gpir_instr_try_insert_node()
524 if (node->op == gpir_op_complex1 || node->op == gpir_op_select) in gpir_instr_remove_node()
Dscheduler.c237 case gpir_op_complex1: in gpir_min_dist_alu()
259 dep->pred->op == gpir_op_complex1) in gpir_get_min_dist()
694 assert(node->op == gpir_op_complex1); in create_postlog2()
980 if (node->op != gpir_op_complex1) in consuming_postlog2()
1044 if (node->op == gpir_op_complex1) { in try_spill_node()
1193 case gpir_op_complex1: in can_use_complex()
1275 ctx->instr->slots[GPIR_INSTR_SLOT_MUL0]->op == gpir_op_complex1) in verify_max_nodes()
1436 if (node->sched.next_max_node && node->op == gpir_op_complex1 && in sched_move()
1474 !(node->op == gpir_op_complex1 && node->sched.ready)) { in sched_move()
Dcodegen.c123 case gpir_op_complex1: in gpir_codegen_mul0_slot()
183 case gpir_op_complex1: in gpir_codegen_mul1_slot()
Dgpir.h40 gpir_op_complex1, enumerator
Dnode.c51 [gpir_op_complex1] = {
Dlower.c226 gpir_alu_node *complex1 = gpir_node_create(block, gpir_op_complex1); in gpir_lower_complex()