Lines Matching defs:callee
67 * shader callee will point to an ir_function_signature in the original
72 const ir_function_signature *const callee = ir->callee;
73 assert(callee != NULL);
74 const char *const name = callee->function_name();
77 if (callee->is_intrinsic())
84 find_matching_signature(name, &callee->parameters, linked->symbols);
86 ir->callee = sig;
125 f->exact_matching_signature(NULL, &callee->parameters);
127 linked_sig = new(linked) ir_function_signature(callee->return_type);
132 * ir_call from linked then linked_sig and callee will be
180 ir->callee = linked_sig;
195 const exec_node *formal_param_node = ir->callee->parameters.get_head();