Searched refs:INTR_OPCODES (Results 1 – 4 of 4) sorted by relevance
155 from nir_intrinsics import INTR_OPCODES158 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
50 from nir_intrinsics import INTR_OPCODES, INTR_INDICES65 f.write(Template(template).render(INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES))
68 from nir_intrinsics import INTR_OPCODES, INTR_INDICES83 INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES,
100 INTR_OPCODES = {} variable120 assert name not in INTR_OPCODES121 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,