Lines Matching defs:func
71 if (b->options->debug.func) {
72 b->options->debug.func(b->options->debug.private_data,
6381 vtn_assert(entry_point == b->entry_point->func->nir_func);
6397 struct vtn_type *param_type = b->entry_point->func->type->params[i];
6560 b->entry_point->func->referenced = true;
6567 struct vtn_function *func = vtn_cf_node_as_function(node);
6568 if ((options->create_library || func->referenced) && !func->emitted) {
6571 vtn_function_emit(b, func, vtn_handle_body_instruction);
6579 nir_function *entry_point = b->entry_point->func->nir_func;