Home
last modified time | relevance | path

Searched refs:GPIR_INSTR_SLOT_STORE3 (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()
308 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { in gpir_instr_insert_store_check()
376 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { in gpir_instr_remove_store()
482 node->sched.pos <= GPIR_INSTR_SLOT_STORE3) { in gpir_instr_try_insert_node()
519 node->sched.pos <= GPIR_INSTR_SLOT_STORE3) in gpir_instr_remove_node()
544 [GPIR_INSTR_SLOT_STORE3] = { 15, "store" }, in gpir_instr_print_prog()
Dnode.c218 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
228 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
Dcodegen.c495 [GPIR_INSTR_SLOT_REG0_LOAD0...GPIR_INSTR_SLOT_STORE3] = gpir_codegen_store_src_none, in gpir_get_store_input()
523 node = instr->slots[GPIR_INSTR_SLOT_STORE3]; in gpir_codegen_store_slot()
Dgpir.h258 GPIR_INSTR_SLOT_STORE3, enumerator
Dscheduler.c892 for (int slot = GPIR_INSTR_SLOT_STORE0; slot <= GPIR_INSTR_SLOT_STORE3; in get_killed_regs()