Searched refs:is_copy_mov (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c38 is_copy_mov(struct qinst *inst) function in typeref:typename:bool
138 if (!is_copy_mov(c->defs[inst->src[i].index]))
246 if (is_copy_mov(inst))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c38 is_copy_mov(struct qinst *inst) function in typeref:typename:bool
84 if (!is_copy_mov(c->defs[inst->src[i].index]))
193 if (is_copy_mov(inst))
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c38 is_copy_mov(struct qinst *inst) function in typeref:typename:bool
138 if (!is_copy_mov(c->defs[inst->src[i].index]))
246 if (is_copy_mov(inst))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c38 is_copy_mov(struct qinst *inst) function in typeref:typename:bool
84 if (!is_copy_mov(c->defs[inst->src[i].index]))
193 if (is_copy_mov(inst))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp402 if (n->is_copy_mov())
H A Dsb_gcm.cpp640 else if (sq == SQ_ALU && n->is_copy_mov())
792 if (!n->is_copy_mov() || !n->src[0]->is_any_gpr())
H A Dsb_ir.cpp462 else if (a->is_copy_mov())
H A Dsb_sched.cpp1733 if (!n->is_copy_mov())
1918 if (n->is_copy_mov()) {
H A Dsb_ra_init.cpp335 bool copy = n->is_copy_mov();
H A Dsb_ir.h814 bool is_copy_mov() { return flags & NF_COPY_MOV; } function in class:r600_sb::node
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp409 if (n->is_copy_mov())
H A Dsb_gcm.cpp640 else if (sq == SQ_ALU && n->is_copy_mov())
792 if (!n->is_copy_mov() || !n->src[0]->is_any_gpr())
H A Dsb_ir.cpp462 else if (a->is_copy_mov())
H A Dsb_sched.cpp1733 if (!n->is_copy_mov())
1918 if (n->is_copy_mov()) {
H A Dsb_ra_init.cpp337 bool copy = n->is_copy_mov();
H A Dsb_ir.h815 bool is_copy_mov() { return flags & NF_COPY_MOV; } function in class:r600_sb::node

Completed in 25 milliseconds