Searched refs:qir_follow_movs (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_small_immediates.c67 struct qreg src = qir_follow_movs(c, inst->src[i]);
H A Dvc4_opt_algebraic.c82 reg = qir_follow_movs(c, reg);
89 reg = qir_follow_movs(c, reg);
H A Dvc4_qir.c719 qir_follow_movs(struct vc4_compile *c, struct qreg reg) function in typeref:struct:qreg
H A Dvc4_qir.h558 struct qreg qir_follow_movs(struct vc4_compile *c, struct qreg reg);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_small_immediates.c67 struct qreg src = qir_follow_movs(c, inst->src[i]);
H A Dvc4_opt_algebraic.c82 reg = qir_follow_movs(c, reg);
89 reg = qir_follow_movs(c, reg);
H A Dvc4_qir.c719 qir_follow_movs(struct vc4_compile *c, struct qreg reg) function in typeref:struct:qreg
H A Dvc4_qir.h554 struct qreg qir_follow_movs(struct vc4_compile *c, struct qreg reg);

Completed in 15 milliseconds