Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dinstr.c113 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { in gpir_instr_insert_alu_check()
163 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { in gpir_instr_remove_alu()
273 int i = node->sched.pos - GPIR_INSTR_SLOT_STORE0; in gpir_instr_insert_store_check()
308 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { in gpir_instr_insert_store_check()
373 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; in gpir_instr_remove_store()
374 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); in gpir_instr_remove_store()
376 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { in gpir_instr_remove_store()
481 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 && in gpir_instr_try_insert_node()
518 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 && in gpir_instr_remove_node()
Dnode.c217 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
227 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
Dgpir.h255 GPIR_INSTR_SLOT_STORE0, enumerator
Dcodegen.c505 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0]; in gpir_codegen_store_slot()
Dscheduler.c892 for (int slot = GPIR_INSTR_SLOT_STORE0; slot <= GPIR_INSTR_SLOT_STORE3; in get_killed_regs()