Home
last modified time | relevance | path

Searched refs:instr_map (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c96 struct hash_table *instr_map; member
157 nir_schedule_get_node(struct hash_table *instr_map, nir_instr *instr) in nir_schedule_get_node() argument
159 return _mesa_hash_table_search_data(instr_map, instr); in nir_schedule_get_node()
253 nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_reg_src_deps()
270 nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_reg_dest_deps()
290 struct hash_table *instr_map = state->scoreboard->instr_map; in nir_schedule_ssa_deps() local
291 nir_schedule_node *def_n = nir_schedule_get_node(instr_map, def->parent_instr); in nir_schedule_ssa_deps()
294 nir_schedule_node *use_n = nir_schedule_get_node(instr_map, in nir_schedule_ssa_deps()
330 nir_schedule_node *n = nir_schedule_get_node(state->scoreboard->instr_map, in nir_schedule_intrinsic_deps()
[all...]
/third_party/python/Lib/test/
H A Dtest_lltrace.py79 instr_map = {i.offset: i for i in dis.get_instructions(example)}
92 self.assertEqual(instr_map[offset].opname, opname)
93 self.assertEqual(instr_map[offset].arg, oparg)

Completed in 2 milliseconds