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.c118 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) && in add_spill_reload_deps()
123 if (instr->opc == OPC_SPILL_MACRO) in add_spill_reload_deps()
131 if ((instr->opc == OPC_SPILL_MACRO || instr->opc == OPC_RELOAD_MACRO) && in add_spill_reload_deps()
136 if (instr->opc == OPC_SPILL_MACRO) in add_spill_reload_deps()
146 if (instr->opc == OPC_SPILL_MACRO) in ir3_lower_spill()
155 if (instr->opc == OPC_SPILL_MACRO) in ir3_lower_spill()
Dinstr-a3xx.h311 OPC_SPILL_MACRO = _OPC(6, 57), enumerator
Dir3_validate.c316 case OPC_SPILL_MACRO: in validate_instr()
Ddisasm-a3xx.c351 OPC(6, OPC_SPILL_MACRO, spill.macro),
Dir3.c1000 case OPC_SPILL_MACRO: in ir3_valid_immediate()
Dir3_ra.c2311 if (!is_meta(instr) && instr->opc != OPC_SPILL_MACRO) in ir3_ra()
Dir3_spill.c675 ir3_instr_create(block, OPC_SPILL_MACRO, 0, 3); in spill()