Searched refs:nir_function_clone (Results 1 – 4 of 4) sorted by relevance
686 nir_function_clone(nir_shader *ns, const nir_function *fxn) in nir_function_clone() function722 nir_function *nfxn = nir_function_clone(ns, fxn); in clone_function()
365 ncall->callee = nir_function_clone(b->shader, new_func); in lower_calls_vars_instr()
5186 nir_function *nir_function_clone(nir_shader *ns, const nir_function *fxn);
533 nir_call(&b, nir_function_clone(b.shader, func)); in main()