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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_phis.cpp54 get_ssa(Program* program, unsigned block_idx, ssa_state* state, bool input) function in namespace:aco
61 Operand output = get_ssa(program, block_idx, state, true);
79 op = get_ssa(program, block.linear_preds[0], state, false);
94 ops[i] = get_ssa(program, block.linear_preds[i], state, false);
142 Operand prev = get_ssa(program, block_idx, state, true);
306 phi->operands[i] = get_ssa(program, block->linear_preds[i], state, false);

Completed in 3 milliseconds