Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1936 Instruction *prev_phi = NULL; in register_allocation() local
1940 prev_phi = phi_it->get(); in register_allocation()
1943 while (!prev_phi && is_phi(*++phi_it)) { in register_allocation()
1945 prev_phi = phi_it->get(); in register_allocation()
1947 if (prev_phi) { in register_allocation()
1949 register_file.clear(prev_phi->definitions[0]); in register_allocation()
1950 prev_phi->definitions[0].setFixed(pc.second.physReg()); in register_allocation()
1951 … ctx.assignments[prev_phi->definitions[0].tempId()] = {pc.second.physReg(), pc.second.regClass()}; in register_allocation()
1952 register_file.fill(prev_phi->definitions[0]); in register_allocation()