Home | History | Annotate | Download | only in compiler

Lines Matching refs:py

34 nir/nir_builder_opcodes.h: nir/nir_opcodes.py nir/nir_builder_opcodes_h.py
36 $(PYTHON_GEN) $(srcdir)/nir/nir_builder_opcodes_h.py > $@ || ($(RM) $@; false)
38 nir/nir_constant_expressions.c: nir/nir_opcodes.py nir/nir_constant_expressions.py
40 $(PYTHON_GEN) $(srcdir)/nir/nir_constant_expressions.py > $@ || ($(RM) $@; false)
42 nir/nir_opcodes.h: nir/nir_opcodes.py nir/nir_opcodes_h.py
44 $(PYTHON_GEN) $(srcdir)/nir/nir_opcodes_h.py > $@ || ($(RM) $@; false)
46 nir/nir_opcodes.c: nir/nir_opcodes.py nir/nir_opcodes_c.py
48 $(PYTHON_GEN) $(srcdir)/nir/nir_opcodes_c.py > $@ || ($(RM) $@; false)
50 nir/nir_opt_algebraic.c: nir/nir_opt_algebraic.py nir/nir_algebraic.py
52 $(PYTHON_GEN) $(srcdir)/nir/nir_opt_algebraic.py > $@ || ($(RM) $@; false)
98 nir/nir_algebraic.py \
99 nir/nir_builder_opcodes_h.py \
100 nir/nir_constant_expressions.py \
101 nir/nir_opcodes.py \
102 nir/nir_opcodes_c.py \
103 nir/nir_opcodes_h.py \
104 nir/nir_opt_algebraic.py \