Home
last modified time | relevance | path

Searched refs:make_compiler_temp (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1133 *mov = v_mov(src, make_compiler_temp(ctx)); in mir_schedule_zs_write()
1202 *sadd = v_mov(~0, make_compiler_temp(ctx)); in mir_schedule_alu()
1229 *vadd = v_mov(~0, make_compiler_temp(ctx)); in mir_schedule_alu()
1342 … unsigned temp = (branch->src[0] == ~0) ? SSA_FIXED_REGISTER(0) : make_compiler_temp(ctx); in mir_schedule_alu()
1516 unsigned temp = make_compiler_temp(ctx); in mir_lower_ldst()
1554 unsigned temp = make_compiler_temp(ctx); in mir_lower_blend_input()
Dcompiler.h448 make_compiler_temp(compiler_context *ctx) in make_compiler_temp() function
Dmidgard_ra.c1041 unsigned temp = make_compiler_temp(ctx); in mir_demote_uniforms()
Dmidgard_compile.c1891 unsigned out = make_compiler_temp(ctx); in emit_intrinsic()
2537 unsigned scratch = make_compiler_temp(ctx); in inline_alu_constants()