Home
last modified time | relevance | path

Searched refs:INSTR_ALLOCA (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h223 INSTR_ALLOCA, enumerator
Ddxil_dump.c412 case INSTR_ALLOCA: dump_instr_alloca(d, &instr->alloca); break; in dump_instrs()
Ddxil_module.c2871 struct dxil_instr *instr = create_instr(m, INSTR_ALLOCA, return_type); in dxil_emit_alloca()
3206 assert(instr->type == INSTR_ALLOCA); in emit_alloca()
3342 case INSTR_ALLOCA: in emit_instr()