Home
last modified time | relevance | path

Searched refs:gpir_op_complex1 (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A 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()
H A 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()
H A Dcodegen.c123 case gpir_op_complex1: in gpir_codegen_mul0_slot()
183 case gpir_op_complex1: in gpir_codegen_mul1_slot()
H A Dgpir.h41 gpir_op_complex1, enumerator
H A Dnode.c54 [gpir_op_complex1] = {
H A Dlower.c226 gpir_alu_node *complex1 = gpir_node_create(block, gpir_op_complex1); in gpir_lower_complex()
H A Dregalloc.c528 if (node->op == gpir_op_complex1) { in regalloc_value_regs()

Completed in 8 milliseconds