Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2019 Temp phi_op = read_variable(ctx, phi->operands[idx].getTemp(), block.index); in register_allocation() local
2020 PhysReg reg = ctx.assignments[phi_op.id()].reg; in register_allocation()
2021 assert(register_file[reg] == phi_op.id()); in register_allocation()