Searched refs:emit_func_abbrev_record (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 1122 emit_func_abbrev_record(struct dxil_module *m, enum func_abbrev_id abbrev, in emit_func_abbrev_record() function 2987 return emit_func_abbrev_record(m, FUNC_ABBREV_BINOP_FLAGS, in emit_binop() 2996 return emit_func_abbrev_record(m, FUNC_ABBREV_BINOP, in emit_binop() 3042 return emit_func_abbrev_record(m, FUNC_ABBREV_CAST, in emit_cast() 3140 return emit_func_abbrev_record(m, FUNC_ABBREV_RET_VAL, in emit_ret() 3145 return emit_func_abbrev_record(m, FUNC_ABBREV_RET_VOID, in emit_ret() 3183 return emit_func_abbrev_record(m, FUNC_ABBREV_GEP, in emit_gep()
|