Lines Matching refs:callee
149 assert(call->callee->impl);
152 inline_function_impl(call->callee->impl, inlined);
156 /* Rewrite all of the uses of the callee's parameters to use the call
165 call->callee->params[i].num_components);
168 nir_inline_function_impl(b, call->callee->impl, params, NULL);
210 * This is needed because local variables from the callee are simply added
212 * constant initializer logically happens is lost. If the callee is
216 * callee to the next. The simple solution to this problem is to get rid
225 * program which is what an early return in the callee would have to turn
227 * be lowered which lets us just copy+paste the callee directly into the