Searched refs:OPC_SPILL_MACRO (Results 1 – 7 of 7) sorted by relevance
191 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()
355 OPC_SPILL_MACRO = _OPC(6, 79), enumerator
328 case OPC_SPILL_MACRO: in validate_instr()
400 OPC(6, OPC_SPILL_MACRO, spill.macro),
1107 case OPC_SPILL_MACRO: in ir3_valid_immediate()
745 ir3_instr_create(block, OPC_SPILL_MACRO, 0, 3); in spill()
2653 if (!is_meta(instr) && instr->opc != OPC_SPILL_MACRO) in ir3_ra()