Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h79 dump_instr_gep(struct dxil_dumper *d, struct dxil_instr_gep *gep);
Ddxil_dump.c413 case INSTR_GEP: dump_instr_gep(d, &instr->gep); break; in dump_instrs()
539 dump_instr_gep(struct dxil_dumper *d, struct dxil_instr_gep *gep) in dump_instr_gep() function