Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_phis.cpp51 Operand get_ssa(Program *program, unsigned block_idx, ssa_state *state, bool before_write) in get_ssa() function
68 Operand op = get_ssa(program, block_idx - 1, state, false); in get_ssa()
72 Operand op = get_ssa(program, block.linear_preds[0], state, false); in get_ssa()
84 ops[i] = get_ssa(program, block.linear_preds[i], state, false); in get_ssa()
227 cur = get_ssa(program, pred->index, state, true); in lower_divergent_bool_phi()
249 phi->operands[i] = get_ssa(program, block->linear_preds[i], state, false); in lower_divergent_bool_phi()