Searched refs:read_variable (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 2141 read_variable(ra_ctx& ctx, Temp val, unsigned block_idx) in read_variable() function 2159 return read_variable(ctx, val, preds[0]); in handle_live_in() 2169 ops[i] = read_variable(ctx, val, preds[i]); in handle_live_in() 2210 Temp prev = read_variable(ctx, val, loop_header_idx - 1); in handle_loop_phis() 2256 op.setTemp(read_variable(ctx, orig, preds[j])); in handle_loop_phis() 2316 operand.setTemp(read_variable(ctx, operand.getTemp(), block.index - 1)); in init_reg_file() 2322 Temp renamed = read_variable(ctx, val, block.index - 1); in init_reg_file() 2341 operand.setTemp(read_variable(ctx, operand.getTemp(), preds[i])); in init_reg_file() 2730 read_variable(ctx, phi->operands[idx].getTemp(), block.index)); in register_allocation() 2762 operand.setTemp(read_variable(ct in register_allocation() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 341 read_variable(read_ctx *ctx) in read_variable() function 438 nir_variable *var = read_variable(ctx); in read_var_list()
|
Completed in 8 milliseconds