Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_dump_decls.h73 dump_instr_branch(struct dxil_dumper *d, struct dxil_instr_br *br);
H A Ddxil_dump.c434 case INSTR_BR: dump_instr_branch(d, &instr->br); break; in dump_instrs()
524 dump_instr_branch(struct dxil_dumper *d, struct dxil_instr_br *br) in dump_instr_branch() function