HomeSort by relevance Sort by last modified time
    Searched refs:qinst (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_opt_peephole_sf.c 36 dump_from(struct vc4_compile *c, struct qinst *inst, const char *type)
47 dump_to(struct vc4_compile *c, struct qinst *inst)
58 inst_srcs_updated(struct qinst *inst, struct qinst *writer)
90 inst_result_equals(struct qinst *a, struct qinst *b)
118 struct qinst *last_sf = NULL;
vc4_qpu_emit.c 166 struct qinst *inst, uint64_t *unpack)
205 set_last_dst_pack(struct qblock *block, struct qinst *inst)
226 handle_r4_qpu_write(struct qblock *block, struct qinst *qinst,
231 else if (qinst->sf)
242 qir_for_each_inst(qinst, block) {
244 fprintf(stderr, "translating qinst to qpu: ");
245 qir_dump_inst(qinst);
293 struct qpu_reg src[ARRAY_SIZE(qinst->src)];
294 for (int i = 0; i < qir_get_nsrc(qinst); i++)
    [all...]
vc4_opt_copy_propagation.c 38 is_copy_mov(struct qinst *inst)
65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs)
82 struct qinst *mov = movs[inst->src[i].index];
157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst)
176 struct qinst **movs;
178 movs = ralloc_array(c, struct qinst *, c->num_temps);
186 memset(movs, 0, sizeof(struct qinst *) * c->num_temps);
vc4_qir.c 103 qir_get_non_sideband_nsrc(struct qinst *inst)
110 qir_get_nsrc(struct qinst *inst)
129 qir_get_tex_uniform_src(struct qinst *inst)
139 qir_has_side_effects(struct vc4_compile *c, struct qinst *inst)
160 qir_has_side_effect_reads(struct vc4_compile *c, struct qinst *inst)
184 qir_has_uniform_read(struct qinst *inst)
195 qir_is_mul(struct qinst *inst)
214 qir_is_float_input(struct qinst *inst)
233 qir_is_raw_mov(struct qinst *inst)
244 qir_is_tex(struct qinst *inst
695 struct qinst *qinst = local
    [all...]
vc4_qir.h 178 /* Jumps to block->successor[0] if the qinst->cond (as a
196 struct qinst { struct
426 struct qinst **defs;
560 struct qinst *qir_inst(enum qop op, struct qreg dst,
562 void qir_remove_instruction(struct vc4_compile *c, struct qinst *qinst);
570 struct qreg qir_emit_def(struct vc4_compile *c, struct qinst *inst);
571 struct qinst *qir_emit_nondef(struct vc4_compile *c, struct qinst *inst);
575 int qir_get_nsrc(struct qinst *inst)
    [all...]
vc4_qir_emit_uniform_stream_resets.c 65 struct qinst *load_imm =
71 struct qinst *add =
vc4_opt_constant_folding.c 37 dump_from(struct vc4_compile *c, struct qinst *inst)
48 dump_to(struct vc4_compile *c, struct qinst *inst)
59 constant_fold(struct vc4_compile *c, struct qinst *inst)
vc4_opt_algebraic.c 41 dump_from(struct vc4_compile *c, struct qinst *inst)
52 dump_to(struct vc4_compile *c, struct qinst *inst)
94 replace_with_mov(struct vc4_compile *c, struct qinst *inst, struct qreg arg)
113 struct qinst *inst,
124 struct qinst *inst,
135 struct qinst *inst,
200 struct qinst *fsub = c->defs[inst->src[1].index];
215 struct qinst *fsub = c->defs[inst->src[0].index];
vc4_qir_validate.c 28 fail_instr(struct vc4_compile *c, struct qinst *inst, const char *msg)
50 struct qinst *def = c->defs[i];
vc4_qir_lower_uniforms.c 75 is_lowerable_uniform(struct qinst *inst, int i)
88 qir_get_instruction_uniform_count(struct qinst *inst)
155 struct qinst *mov = NULL;
vc4_opt_dead_code.c 43 dce(struct vc4_compile *c, struct qinst *inst)
55 has_nonremovable_reads(struct vc4_compile *c, struct qinst *inst)
vc4_opt_coalesce_ff_writes.c 67 struct qinst *inst = c->defs[temp];
vc4_opt_vpm.c 87 struct qinst *mov = c->defs[temp];
vc4_qir_live_variables.c 33 struct qinst *insts[4];
79 struct qinst *inst)
97 struct hash_table *partial_update_ht, struct qinst *inst)
vc4_qir_schedule.c 45 struct qinst *inst;
182 struct qinst *inst = n->inst;
304 struct qinst *inst = n->inst;
428 get_register_pressure_cost(struct schedule_state *state, struct qinst *inst)
447 locks_scoreboard(struct qinst *inst)
642 struct qinst *inst = chosen->inst;
vc4_program.c 182 struct qinst *last_inst = NULL;
184 last_inst = (struct qinst *)c->cur_block->instructions.prev;
486 struct qinst *tmu;
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-non-dependent-types.cpp 46 Q qinst; local
48 dummy.f(qinst);
50 dummyColors.f(qinst);

Completed in 309 milliseconds