Home
last modified time | relevance | path

Searched refs:OPC_SPILL_MACRO (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c191 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) && in add_spill_reload_deps()
196 if (instr->opc == OPC_SPILL_MACRO) in add_spill_reload_deps()
204 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) && in add_spill_reload_deps()
209 if (instr->opc == OPC_SPILL_MACRO) in add_spill_reload_deps()
219 if (instr->opc == OPC_SPILL_MACRO) { in ir3_lower_spill()
231 if (instr->opc == OPC_SPILL_MACRO) in ir3_lower_spill()
Dinstr-a3xx.h355 OPC_SPILL_MACRO = _OPC(6, 79), enumerator
Dir3_validate.c328 case OPC_SPILL_MACRO: in validate_instr()
Ddisasm-a3xx.c400 OPC(6, OPC_SPILL_MACRO, spill.macro),
Dir3.c1107 case OPC_SPILL_MACRO: in ir3_valid_immediate()
Dir3_spill.c745 ir3_instr_create(block, OPC_SPILL_MACRO, 0, 3); in spill()
Dir3_ra.c2653 if (!is_meta(instr) && instr->opc != OPC_SPILL_MACRO) in ir3_ra()