/third_party/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 488 } bi_instr; typedef 517 bi_instr *fma; 518 bi_instr *add; 576 bi_instr *message; 647 bi_remove_instruction(bi_instr *ins) in bi_remove_instruction() 765 list_for_each_entry(bi_instr, v, &(block)->instructions, link) 768 list_for_each_entry_rev(bi_instr, v, &(block)->instructions, link) 771 list_for_each_entry_safe(bi_instr, v, &(block)->instructions, link) 774 list_for_each_entry_safe_rev(bi_instr, v, &(block)->instructions, link) 777 list_for_each_entry_from(bi_instr, v, from, &(block)->instructions, link) [all …]
|
D | bi_opt_mod_props.c | 29 bi_takes_fabs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_takes_fabs() 50 bi_takes_fneg(unsigned arch, bi_instr *I, unsigned s) in bi_takes_fneg() 111 bi_fuse_discard_fcmp(bi_instr *I, bi_instr *mod, unsigned arch) in bi_fuse_discard_fcmp() 140 bi_instr **lut = calloc(sizeof(bi_instr *), ((ctx->ssa_alloc + 1) << 2)); in bi_opt_mod_prop_forward() 150 bi_instr *mod = lut[bi_word_node(I->src[s])]; in bi_opt_mod_prop_forward() 178 bi_takes_clamp(bi_instr *I) in bi_takes_clamp() 198 bi_optimizer_clamp(bi_instr *I, bi_instr *use) in bi_optimizer_clamp() 210 bi_is_var_tex(bi_instr *var, bi_instr *tex) in bi_is_var_tex() 223 bi_optimizer_var_tex(bi_context *ctx, bi_instr *var, bi_instr *tex) in bi_optimizer_var_tex() 230 bi_instr *I = bi_var_tex_f32_to(&b, tex->dest[0], tex->lod_mode, in bi_optimizer_var_tex() [all …]
|
D | bi_schedule.c | 37 bi_instr **instructions; 76 bi_instr *add; 129 bi_message_type_for_instr(bi_instr *ins) in bi_message_type_for_instr() 147 bi_supports_dtsel(bi_instr *ins) in bi_supports_dtsel() 188 bi_is_sched_barrier(bi_instr *I) in bi_is_sched_barrier() 221 bi_instr *ins = st.instructions[i]; in bi_create_dependency_graph() 278 bi_instr *last = st.instructions[st.count - 1]; in bi_create_dependency_graph() 295 static bi_instr * 299 bi_instr *pinstr = tuple->add; in bi_lower_cubeface() 301 bi_instr *cubeface1 = bi_cubeface1_to(&b, pinstr->dest[0], in bi_lower_cubeface() [all …]
|
D | bi_test.h | 64 bit_instr_equal(bi_instr *A, bi_instr *B) in bit_instr_equal() 68 sizeof(bi_instr) - sizeof(struct list_head)) == 0; in bit_instr_equal() 77 list_pair_for_each_entry(bi_instr, insA, insB, in bit_block_equal() 102 bi_instr *left = instr; \ 103 bi_instr *right = expected; \
|
D | bir.c | 30 bi_has_arg(const bi_instr *ins, bi_index arg) in bi_has_arg() 66 bi_count_staging_registers(const bi_instr *ins) in bi_count_staging_registers() 87 bi_count_read_registers(const bi_instr *ins, unsigned s) in bi_count_read_registers() 99 bi_count_write_registers(const bi_instr *ins, unsigned d) in bi_count_write_registers() 116 bi_writemask(const bi_instr *ins, unsigned d) in bi_writemask()
|
D | bi_opt_cse.c | 59 const bi_instr *I = data; in hash_instr() 88 const bi_instr *i1 = _i1, *i2 = _i2; in instrs_equal() 119 instr_can_cse(const bi_instr *I) in instr_can_cse() 182 const bi_instr *match = entry->key; in bi_opt_cse()
|
D | bi_opt_copy_prop.c | 30 bi_is_copy(bi_instr *ins) in bi_is_copy() 38 bi_reads_fau(bi_instr *ins) in bi_reads_fau()
|
D | bi_liveness.c | 35 bi_liveness_ins_update(uint8_t *live, bi_instr *ins, unsigned max) in bi_liveness_ins_update() 72 bi_liveness_ins_update(live, (bi_instr *) ins, temp_count); in liveness_block_update()
|
D | bi_print.c | 70 bi_instr *ins[2] = { tuple->fma, tuple->add }; in bi_print_tuple() 140 bi_print_instr((bi_instr *) ins, fp); in bi_print_block()
|
D | bi_opt_push_ubo.c | 33 bi_is_ubo(bi_instr *ins) in bi_is_ubo() 40 bi_is_direct_aligned_ubo(bi_instr *ins) in bi_is_direct_aligned_ubo()
|
D | bi_scoreboard.c | 68 bi_choose_scoreboard_slot(struct bi_scoreboard_state *st, bi_instr *message) in bi_choose_scoreboard_slot()
|
D | bi_ra.c | 380 bi_rewrite_index_src_single(bi_instr *ins, bi_index old, bi_index new) in bi_rewrite_index_src_single() 431 bi_count_read_index(bi_instr *I, bi_index index) in bi_count_read_index() 482 bi_instr *ld = bi_load_to(&b, bits, tmp, in bi_spill_register()
|
D | bifrost_compile.c | 96 bi_instr *branch = bi_jump(b, bi_zero()); in bi_emit_jump() 409 static bi_instr * 558 bi_instr *atest = bi_atest_to(b, coverage, coverage, alpha); in bi_emit_atest() 1008 bi_instr *I = bi_lea_attr_tex_to(b, bi_temp(b->shader), xy, zw, in bi_emit_lea_image() 1537 bi_instr *t1_instr = bi_fadd_f32_to(b, t1, in bi_lower_fexp2_32() 1543 bi_instr *a2 = bi_fadd_f32_to(b, bi_temp(b->shader), in bi_lower_fexp2_32() 1555 bi_instr *x = bi_fma_rscale_f32_to(b, bi_temp(b->shader), in bi_lower_fexp2_32() 1559 bi_instr *max = bi_fmax_f32_to(b, dst, x->dest[0], s0); in bi_lower_fexp2_32() 1690 bi_instr *I = bi_fma_f32_to(b, bi_temp(b->shader), e, in bi_lower_fsincos_32() 1716 static bi_instr * [all …]
|
D | bi_opt_constant_fold.c | 32 bi_fold_constant(bi_instr *I, bool *unsupported) in bi_fold_constant()
|
D | bi_lower_swizzle.c | 34 bi_lower_swizzle_16(bi_context *ctx, bi_instr *ins, unsigned src) in bi_lower_swizzle_16()
|
D | bi_pack.c | 289 bi_get_src_new(bi_instr *ins, bi_registers *regs, unsigned s) in bi_get_src_new() 334 bi_instr *add = tuple->add; in bi_pack_tuple() 373 bi_instr *br = bi_last_instr_in_clause(clause); in bi_assign_branch_offset() 698 const bi_instr *ins = tuple->add; in bi_collect_blend_ret_addr()
|
D | bi_opt_dce.c | 72 bi_postra_liveness_ins(uint64_t live, bi_instr *ins) in bi_postra_liveness_ins()
|
D | bi_helper_invocations.c | 86 bi_instr_uses_helpers(bi_instr *I) in bi_instr_uses_helpers()
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-optimizer.c | 141 bi_instr *I = bi_fclamp_f32_to(b, reg, bi_fadd_f32(b, x, y, BI_ROUND_NONE)); in main() 144 bi_instr *I = bi_fadd_f32_to(b, reg, x, y, BI_ROUND_NONE); in main() 149 bi_instr *I = bi_fclamp_v2f16_to(b, reg, bi_fadd_v2f16(b, x, y, BI_ROUND_NONE)); in main() 152 bi_instr *I = bi_fadd_v2f16_to(b, reg, x, y, BI_ROUND_NONE); in main() 158 bi_instr *I = bi_fadd_f32_to(b, bi_temp(b->shader), x, y, BI_ROUND_NONE); in main() 159 bi_instr *J = bi_fclamp_f32_to(b, reg, I->dest[0]); in main() 163 bi_instr *I = bi_fadd_f32_to(b, reg, x, y, BI_ROUND_NONE); in main() 168 bi_instr *I = bi_fadd_f32_to(b, bi_temp(b->shader), x, y, BI_ROUND_NONE); in main() 169 bi_instr *J = bi_fclamp_f32_to(b, reg, I->dest[0]); in main() 173 bi_instr *I = bi_fadd_f32_to(b, reg, x, y, BI_ROUND_NONE); in main() [all …]
|
D | test-scheduler-predicates.c | 36 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP()); in main() 44 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero(), BI_ROUND_NONE); in main() 54 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO); in main() 63 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), 4); in main() 75 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main() 80 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main()
|
D | test-constant-fold.c | 100 … bi_instr *I = bi_lshift_or_i32_to(b, reg, bi_imm_u32(0xCAFE), bi_imm_u32(0xA0000), bi_imm_u8(4)); in main()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 362 - pan/bi: Add new bi_instr data structure
|
D | 21.3.0.rst | 309 - pan/bi: Remove unused pointer from bi_instr
|