Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c1056 *mov = v_mov(src, make_compiler_temp(ctx)); in mir_schedule_zs_write()
1125 *sadd = v_mov(~0, make_compiler_temp(ctx)); in mir_schedule_alu()
1152 *vadd = v_mov(~0, make_compiler_temp(ctx)); in mir_schedule_alu()
1265 … unsigned temp = (branch->src[0] == ~0) ? SSA_FIXED_REGISTER(0) : make_compiler_temp(ctx); in mir_schedule_alu()
Dcompiler.h455 make_compiler_temp(compiler_context *ctx) in make_compiler_temp() function
Dmidgard_compile.c1662 unsigned out = make_compiler_temp(ctx); in emit_intrinsic()
2218 unsigned scratch = make_compiler_temp(ctx); in inline_alu_constants()