Searched refs:foreach_ssa_src (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sched.c283 foreach_ssa_src(src, assigner) {
342 foreach_ssa_src(other_src, instr) {
454 foreach_ssa_src(src, instr) {
H A Dir3_group.c191 foreach_ssa_src(src, instr)
H A Dir3_cp.c669 foreach_ssa_src(src, instr) {
H A Dir3.h996 #define foreach_ssa_src(__srcinst, __instr) \ macro
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_sched.c186 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 Dir3_cp.c673 foreach_ssa_src (src, instr) {
H A Dir3.h1563 #define foreach_ssa_src(__srcinst, __instr) \ macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst126 ``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 Dir3-notes.rst126 ``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 D20.2.0.rst4034 - freedreno/ir3: make foreach_ssa_src declar cursor ptr

Completed in 20 milliseconds