Searched refs:foreach_ssa_src (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_sched.c | 283 foreach_ssa_src(src, assigner) { 342 foreach_ssa_src(other_src, instr) { 454 foreach_ssa_src(src, instr) {
|
| H A D | ir3_group.c | 191 foreach_ssa_src(src, instr)
|
| H A D | ir3_cp.c | 669 foreach_ssa_src(src, instr) {
|
| H A D | ir3.h | 996 #define foreach_ssa_src(__srcinst, __instr) \ macro
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_sched.c | 186 foreach_ssa_src (src, instr) { 297 foreach_ssa_src (src, n->collect) { 355 foreach_ssa_src (other_src, instr) { 1015 foreach_ssa_src (src, instr) { 1064 /* Since foreach_ssa_src() already handles false-dep's we can construct
|
| H A D | ir3_cp.c | 673 foreach_ssa_src (src, instr) {
|
| H A D | ir3.h | 1563 #define foreach_ssa_src(__srcinst, __instr) \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/ |
| H A D | ir3-notes.rst | 126 ``foreach_ssa_src(srcinstr, instr)`` 132 Like ``foreach_ssa_src``, also setting ``n`` to the source number. 267 Each instruction has an optional ``address`` pointer, to capture the dependency on the address register value when relative addressing is used for any of the src/dst register(s). This behaves as an additional virtual src register, ie. ``foreach_ssa_src()`` will also iterate the address register (last).
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | ir3-notes.rst | 126 ``foreach_ssa_src(srcinstr, instr)`` 132 Like ``foreach_ssa_src``, also setting ``n`` to the source number. 267 Each instruction has an optional ``address`` pointer, to capture the dependency on the address register value when relative addressing is used for any of the src/dst register(s). This behaves as an additional virtual src register, i.e. ``foreach_ssa_src()`` will also iterate the address register (last).
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 4034 - freedreno/ir3: make foreach_ssa_src declar cursor ptr
|
Completed in 20 milliseconds