Searched refs:get_ssa (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_phis.cpp | 54 get_ssa(Program* program, unsigned block_idx, ssa_state* state, bool input) in get_ssa() function 61 Operand output = get_ssa(program, block_idx, state, true); in get_ssa() 79 op = get_ssa(program, block.linear_preds[0], state, false); in get_ssa() 94 ops[i] = get_ssa(program, block.linear_preds[i], state, false); in get_ssa() 142 Operand prev = get_ssa(program, block_idx, state, true); in build_merge_code() 306 phi->operands[i] = get_ssa(program, block->linear_preds[i], state, false); in lower_divergent_bool_phi()
|