Searched refs:QFILE_TEMP (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c49 if (inst->dst.file != QFILE_TEMP)
52 if (inst->src[0].file != QFILE_TEMP &&
71 if (inst->src[i].file != QFILE_TEMP)
88 if (mov->src[0].file == QFILE_TEMP &&
97 (mov->src[0].file != QFILE_TEMP ||
159 if (inst->dst.file != QFILE_TEMP)
165 (movs[i]->src[0].file == QFILE_TEMP &&
H A Dvc4_opt_vpm.c50 if (inst->src[i].file == QFILE_TEMP) {
73 if (inst->src[j].file != QFILE_TEMP ||
98 if (inst->src[k].file == QFILE_TEMP)
H A Dvc4_opt_dead_code.c92 if (inst->src[i].file == QFILE_TEMP)
100 !(inst->dst.file == QFILE_TEMP &&
118 if (inst->dst.file == QFILE_TEMP) {
H A Dvc4_opt_coalesce_ff_writes.c47 if (inst->src[i].file == QFILE_TEMP) {
57 if (mov_inst->src[0].file != QFILE_TEMP)
H A Dvc4_opt_peephole_sf.c64 case QFILE_TEMP:
66 if (inst->src[i].file == QFILE_TEMP &&
H A Dvc4_qir_validate.c58 case QFILE_TEMP:
112 case QFILE_TEMP:
H A Dvc4_qir.c395 [QFILE_TEMP] = "t",
571 reg.file = QFILE_TEMP;
615 if (inst->dst.file == QFILE_TEMP)
626 if (inst->dst.file == QFILE_TEMP)
711 if (qinst->dst.file == QFILE_TEMP)
723 while (reg.file == QFILE_TEMP &&
807 if (src.file != QFILE_TEMP ||
H A Dvc4_qir_schedule.c171 case QFILE_TEMP:
237 case QFILE_TEMP:
411 if (inst->dst.file == QFILE_TEMP &&
416 if (inst->src[i].file != QFILE_TEMP ||
662 if (inst->src[i].file == QFILE_TEMP)
665 if (inst->dst.file == QFILE_TEMP) {
698 if (inst->dst.file == QFILE_TEMP)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_opt_copy_propagation.c49 if (inst->dst.file != QFILE_TEMP)
52 if (inst->src[0].file != QFILE_TEMP &&
71 if (inst->src[i].file != QFILE_TEMP)
88 if (mov->src[0].file == QFILE_TEMP &&
97 (mov->src[0].file != QFILE_TEMP ||
159 if (inst->dst.file != QFILE_TEMP)
165 (movs[i]->src[0].file == QFILE_TEMP &&
H A Dvc4_opt_vpm.c50 if (inst->src[i].file == QFILE_TEMP) {
73 if (inst->src[j].file != QFILE_TEMP ||
98 if (inst->src[k].file == QFILE_TEMP)
H A Dvc4_opt_dead_code.c92 if (inst->src[i].file == QFILE_TEMP)
100 !(inst->dst.file == QFILE_TEMP &&
118 if (inst->dst.file == QFILE_TEMP) {
H A Dvc4_opt_coalesce_ff_writes.c47 if (inst->src[i].file == QFILE_TEMP) {
57 if (mov_inst->src[0].file != QFILE_TEMP)
H A Dvc4_opt_peephole_sf.c64 case QFILE_TEMP:
66 if (inst->src[i].file == QFILE_TEMP &&
H A Dvc4_qir_validate.c58 case QFILE_TEMP:
112 case QFILE_TEMP:
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c49 if (inst->dst.file != QFILE_TEMP)
52 if (inst->src[0].file != QFILE_TEMP)
125 if (inst->src[i].file != QFILE_TEMP)
142 if (mov->src[0].file == QFILE_TEMP &&
212 if (inst->dst.file != QFILE_TEMP)
218 (movs[i]->src[0].file == QFILE_TEMP &&
H A Dvir_opt_redundant_flags.c55 if (write->dst.file == QFILE_TEMP &&
56 srcs->src[i].file == QFILE_TEMP &&
62 if (srcs->src[i].file != QFILE_TEMP &&
H A Dvir_opt_constant_alu.c97 if (dst.file == QFILE_TEMP)
131 if (inst->src[i].file == QFILE_TEMP) {
H A Dvir_opt_small_immediates.c58 if (inst->src[i].file != QFILE_TEMP)
H A Dvir_register_allocate.c106 if (inst->src[i].file != QFILE_TEMP)
123 if (inst->dst.file == QFILE_TEMP) {
143 assert(inst->dst.file == QFILE_TEMP);
306 if (inst->src[i].file != QFILE_TEMP ||
337 if (inst->dst.file == QFILE_TEMP &&
585 * Returns a mapping from QFILE_TEMP indices to struct qpu_regs.
691 assert(inst->dst.file == QFILE_TEMP);
704 assert(inst->dst.file == QFILE_TEMP);
724 assert(inst->dst.file == QFILE_TEMP);
733 if (inst->dst.file == QFILE_TEMP) {
[all...]
H A Dvir_opt_dead_code.c196 if (inst->src[i].file == QFILE_TEMP)
212 !(inst->dst.file == QFILE_TEMP &&
259 if (inst->dst.file == QFILE_TEMP &&
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_opt_copy_propagate.c49 if (inst->dst.file != QFILE_TEMP)
52 if (inst->src[0].file != QFILE_TEMP)
125 if (inst->src[i].file != QFILE_TEMP)
142 if (mov->src[0].file == QFILE_TEMP &&
212 if (inst->dst.file != QFILE_TEMP)
218 (movs[i]->src[0].file == QFILE_TEMP &&
H A Dvir_opt_dead_code.c107 if (inst->src[i].file == QFILE_TEMP)
123 !(inst->dst.file == QFILE_TEMP &&
155 if (inst->dst.file == QFILE_TEMP &&
H A Dvir_opt_redundant_flags.c55 if (write->dst.file == QFILE_TEMP &&
56 srcs->src[i].file == QFILE_TEMP &&
62 if (srcs->src[i].file != QFILE_TEMP &&
H A Dvir_opt_small_immediates.c58 if (inst->src[i].file != QFILE_TEMP)
H A Dvir_register_allocate.c90 if (inst->src[i].file != QFILE_TEMP)
104 if (inst->dst.file == QFILE_TEMP) {
124 assert(inst->dst.file == QFILE_TEMP);
236 if (inst->src[i].file != QFILE_TEMP ||
257 if (inst->dst.file == QFILE_TEMP &&
427 * Returns a mapping from QFILE_TEMP indices to struct qpu_regs.
531 assert(inst->dst.file == QFILE_TEMP);
544 assert(inst->dst.file == QFILE_TEMP);
564 assert(inst->dst.file == QFILE_TEMP);
573 if (inst->dst.file == QFILE_TEMP) {
[all...]

Completed in 13 milliseconds

123