freedreno/ir3: add mov/cov stats
authorRob Clark <robdclark@chromium.org>
Mon, 16 Mar 2020 13:41:41 +0000 (06:41 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 13 Apr 2020 20:47:28 +0000 (20:47 +0000)
commitb787b353d04e23fdea567186f7cb422fd687bcdd
tree2ee5d5736e4d00db5cc95d76379d0eb258aee6b0
parent89a78a07dec8f6fab7a80bba951b134a42bb9a2c
freedreno/ir3: add mov/cov stats

While not always avoidable, cov instructions are a useful thing to look
at to see if we could fold into src.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4440>
src/freedreno/ir3/ir3.c
src/freedreno/ir3/ir3.h
src/freedreno/ir3/ir3_shader.c
src/gallium/drivers/freedreno/ir3/ir3_gallium.c