Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c362 if (!node->instr->slots[PPIR_INSTR_SLOT_STORE_TEMP] && in ppir_update_spilled_dest()
446 if (instr->slots[PPIR_INSTR_SLOT_STORE_TEMP]) { in ppir_regalloc_choose_spill_node()
Dinstr.c269 [PPIR_INSTR_SLOT_STORE_TEMP] = { 4, "stor" },
Dnode.c312 PPIR_INSTR_SLOT_STORE_TEMP, PPIR_INSTR_SLOT_END
Dppir.h295 PPIR_INSTR_SLOT_STORE_TEMP, enumerator
Dcodegen.c645 [PPIR_INSTR_SLOT_STORE_TEMP] = ppir_codegen_encode_store_temp,