Searched refs:INTR_OPCODES (Results 1 – 4 of 4) sorted by relevance
116 from nir_intrinsics import INTR_OPCODES119 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
41 from nir_intrinsics import INTR_OPCODES56 f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES))
56 from nir_intrinsics import INTR_OPCODES70 …f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES, reduce=reduc…
158 INTR_OPCODES = {} variable173 assert name not in INTR_OPCODES174 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,