HomeSort by: relevance | last modified time | path
    Searched refs:ir3_find_ssa_uses (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_cf.c 173 ir3_find_ssa_uses(ir, mem_ctx, false);
ir3_cp_postsched.c 218 ir3_find_ssa_uses(ir, mem_ctx, false);
ir3_dce.c 193 ir3_find_ssa_uses(ir, mem_ctx, true);
ir3.c 643 ir3_find_ssa_uses(struct ir3 *ir, void *mem_ctx, bool falsedeps) function
ir3_sched.c 1247 ir3_find_ssa_uses(ir, ctx, false);
ir3.h 400 * Valid if pass calls ir3_find_ssa_uses().. see foreach_ssa_use()
730 void ir3_find_ssa_uses(struct ir3 *ir, void *mem_ctx, bool falsedeps);

Completed in 8 milliseconds