Searched refs:OPC_SPILL_MACRO (Results 1 – 7 of 7) sorted by relevance
118 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()
311 OPC_SPILL_MACRO = _OPC(6, 57), enumerator
316 case OPC_SPILL_MACRO: in validate_instr()
351 OPC(6, OPC_SPILL_MACRO, spill.macro),
1000 case OPC_SPILL_MACRO: in ir3_valid_immediate()
2311 if (!is_meta(instr) && instr->opc != OPC_SPILL_MACRO) in ir3_ra()
675 ir3_instr_create(block, OPC_SPILL_MACRO, 0, 3); in spill()