Searched refs:mir_use_count (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c100 if (mir_use_count(ctx, frcp_from) > 2) continue;
H A Dmir.c92 mir_use_count(compiler_context *ctx, unsigned value) function in typeref:typename:unsigned
120 return mir_use_count(ctx, value) <= 1;
H A Dcompiler.h498 unsigned mir_use_count(compiler_context *ctx, unsigned value);

Completed in 4 milliseconds