Lines Matching defs:instructions
33 * Walks the shader instructions generated and creates a set of basic
68 instructions.make_empty();
151 this->instructions.append_list(&that->instructions);
169 cfg_t::cfg_t(const backend_shader *s, exec_list *instructions) :
191 foreach_in_list_safe(backend_instruction, inst, instructions) {
199 cur->instructions.push_tail(inst);
212 * instructions.
221 cur->instructions.push_tail(inst);
234 if (cur->instructions.is_empty()) {
245 cur->instructions.push_tail(inst);
274 if (cur->instructions.is_empty()) {
285 cur->instructions.push_tail(inst);
302 * loop) *and* doesn't imply the execution of any instructions part
320 cur->instructions.push_tail(inst);
348 cur->instructions.push_tail(inst);
356 * the execution of any other instructions part of the loop.
374 cur->instructions.push_tail(inst);
401 cur->instructions.push_tail(inst);