Lines Matching refs:instructions
86 * Base class of all IR instructions
606 /** Body of instructions in the function. */
619 * Helper function to run a list of instructions for constant
767 * Get an iterator for the instructions of the loop body
1198 * \name Jump-like IR instructions.
1249 * Jump instructions used inside loops
1822 void validate_ir_tree(exec_list *instructions);
1830 * If the list of instructions is determined to contain static recursion,
1836 exec_list *instructions);
1841 * If the list of instructions is determined to contain static recursion,
1848 exec_list *instructions);
1853 * \param in List of IR instructions that are to be cloned
1854 * \param out List to hold the cloned instructions
1860 _mesa_glsl_initialize_variables(exec_list *instructions,
1882 do_set_program_inouts(exec_list *instructions, struct gl_program *prog,