Searched refs:src_add_all_uses (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir.c | 1389 src_add_all_uses(nir_src *src, nir_instr *parent_instr, nir_if *parent_if) function in typeref:typename:void 1419 src_add_all_uses(src, instr, NULL); 1431 src_add_all_uses(dest, dest_instr, NULL); 1442 src_add_all_uses(src, NULL, if_stmt); 1466 src_add_all_uses(dest->reg.indirect, instr, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir.c | 1525 src_add_all_uses(nir_src *src, nir_instr *parent_instr, nir_if *parent_if) function in typeref:typename:void 1555 src_add_all_uses(src, instr, NULL); 1568 src_add_all_uses(dest, dest_instr, NULL); 1579 src_add_all_uses(src, NULL, if_stmt); 1603 src_add_all_uses(dest->reg.indirect, instr, NULL);
|
Completed in 8 milliseconds