Searched refs:vtn_function (Results 1 – 5 of 5) sorted by relevance
262 struct vtn_function { struct303 void vtn_function_emit(struct vtn_builder *b, struct vtn_function *func,618 struct vtn_function *func;718 struct vtn_function *func;
115 struct vtn_function *vtn_callee = in vtn_handle_function_call()158 b->func = rzalloc(b, struct vtn_function); in vtn_cfg_handle_prepass_instruction()841 struct vtn_function *func = vtn_cf_node_as_function(func_node); in vtn_build_cfg()1234 vtn_new_unstructured_block(struct vtn_builder *b, struct vtn_function *func) in vtn_new_unstructured_block()1244 struct vtn_function *func, in vtn_add_unstructured_block()1255 vtn_emit_cf_func_unstructured(struct vtn_builder *b, struct vtn_function *func, in vtn_emit_cf_func_unstructured()1363 vtn_function_emit(struct vtn_builder *b, struct vtn_function *func, in vtn_function_emit()
6280 struct vtn_function *func = vtn_cf_node_as_function(node); in spirv_to_nir()
2444 - spirv: Make vtn_function a vtn_cf_node
2690 - spirv: Store the nir_function in vtn_function