Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
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()
500 nir_schedule_node *node = nir_schedule_get_node(scoreboard->instr_map, in calculate_forward_deps()
[all …]
/external/llvm-project/llvm/docs/
DXRayExample.rst81 $ llvm-xray account xray-log.llc.m35qPB -top=10 -sort=sum -sortorder=dsc -instr_map ./bin/llc
106 $ llvm-xray convert -f yaml -symbolize -instr_map=./bin/llc xray-log.llc.m35qPB
154 $ llvm-xray account xray-log.llc.5rqxkU -top=10 -sort=sum -sortorder=dsc -instr_map ./bin/llc
208 $ llvm-xray stack xray-log.llc.5rqxkU -instr_map ./bin/llc
255 …$llvm-xray stack xray-log.llc.5rqxkU -instr_map ./bin/llc -stack-format=flame -aggregation-type=ti…
268 $ llvm-xray convert -symbolize -instr_map=./bin/llc \