Searched refs:GPIR_INSTR_SLOT_COMPLEX (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | node.c | 39 GPIR_INSTR_SLOT_PASS, GPIR_INSTR_SLOT_COMPLEX, 157 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 163 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 169 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 175 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END },
|
H A D | instr.c | 96 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX) in gpir_instr_insert_alu_check() 101 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX ? 0 : consume_slot; in gpir_instr_insert_alu_check() 174 if (node->sched.pos != GPIR_INSTR_SLOT_COMPLEX) in gpir_instr_remove_alu() 545 [GPIR_INSTR_SLOT_COMPLEX] = { 4, "cmpl" }, in gpir_instr_print_prog()
|
H A D | gpir.h | 243 GPIR_INSTR_SLOT_COMPLEX, enumerator 263 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
|
H A D | codegen.c | 44 [GPIR_INSTR_SLOT_COMPLEX] = { in gpir_get_alu_input() 370 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_COMPLEX]; in gpir_codegen_complex_slot() 493 [GPIR_INSTR_SLOT_COMPLEX] = gpir_codegen_store_src_complex, in gpir_get_store_input()
|
H A D | scheduler.c | 319 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX) in gpir_max_dist_alu()
|
Completed in 11 milliseconds