Home
last modified time | relevance | path

Searched refs:IR3_REG_EARLY_CLOBBER (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c293 if (reg->flags & IR3_REG_EARLY_CLOBBER) in print_reg_name()
H A Dir3_spill.c919 dst->flags |= IR3_REG_EARLY_CLOBBER; in reload()
1058 (dst->flags & IR3_REG_EARLY_CLOBBER)) in handle_instr()
H A Dir3.h160 IR3_REG_EARLY_CLOBBER = 0x80000, enumerator
H A Dir3_compiler_nir.c2001 exclusive->flags |= flags | IR3_REG_EARLY_CLOBBER; in emit_intrinsic_reduce()
2011 inclusive->flags |= IR3_REG_EARLY_CLOBBER; in emit_intrinsic_reduce()
H A Dir3_ra.c789 return (reg->flags & IR3_REG_EARLY_CLOBBER) || reg->tied; in is_early_clobber()

Completed in 17 milliseconds