Lines Matching defs:call
148 nir_call_instr *call = nir_instr_as_call(instr);
149 assert(call->callee->impl);
152 inline_function_impl(call->callee->impl, inlined);
154 b->cursor = nir_instr_remove(&call->instr);
156 /* Rewrite all of the uses of the callee's parameters to use the call
161 const unsigned num_params = call->num_params;
164 params[i] = nir_ssa_for_src(b, call->params[i],
165 call->callee->params[i].num_components);
168 nir_inline_function_impl(b, call->callee->impl, params, NULL);
233 * contain no call instructions.
256 * While nir_inline_functions does get rid of all call instructions, it