Searched refs:IR3_REG_EARLY_CLOBBER (Results 1 – 6 of 6) sorted by relevance
293 if (reg->flags & IR3_REG_EARLY_CLOBBER) in print_reg_name()
919 dst->flags |= IR3_REG_EARLY_CLOBBER; in reload()1058 (dst->flags & IR3_REG_EARLY_CLOBBER)) in handle_instr()
160 IR3_REG_EARLY_CLOBBER = 0x80000, enumerator
789 return (reg->flags & IR3_REG_EARLY_CLOBBER) || reg->tied; in is_early_clobber()
2001 exclusive->flags |= flags | IR3_REG_EARLY_CLOBBER; in emit_intrinsic_reduce()2011 inclusive->flags |= IR3_REG_EARLY_CLOBBER; in emit_intrinsic_reduce()
750 - ir3/ra: Add IR3_REG_EARLY_CLOBBER