Searched refs:next_inst (Results 1 – 13 of 13) sorted by relevance
51 Module::inst_iterator next_inst = context()->types_values_begin(); in Process() local52 for (Module::inst_iterator inst_iter = next_inst; in Process()55 inst_iter != context()->types_values_end(); inst_iter = next_inst) { in Process()56 ++next_inst; in Process()
140 let patch = self.c_capture(0, expr)?.unwrap_or(self.next_inst()); in compile_one()176 self.c_capture(0, expr)?.unwrap_or(self.next_inst()); in compile_many()184 self.c_capture(0, &exprs[i])?.unwrap_or(self.next_inst()); in compile_many()379 let patch = self.c(expr)?.unwrap_or(self.next_inst()); in c_capture()641 .unwrap_or(self.next_inst()); in c_repeat_range_min_or_more()665 let patch_concat = patch_concat.unwrap_or(self.next_inst()); in c_repeat_range()709 fn next_inst(&self) -> Patch { in next_inst() method
736 struct rc_instruction *next_inst = inst->Next; in transform_r300_vertex_DP2() local738 next_inst->Prev->U.I.Opcode = RC_OPCODE_DP4; in transform_r300_vertex_DP2()
1082 const auto next_inst = pair.first; in EntryPointReferences() local1083 stack.push_back(next_inst); in EntryPointReferences()
1157 const auto next_inst = pair.first; in EntryPointReferences() local1158 stack.push_back(next_inst); in EntryPointReferences()
1084 const auto next_inst = pair.first; in EntryPointReferences() local1085 stack.push_back(next_inst); in EntryPointReferences()
1254 struct brw_instruction *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local1279 else_inst->bits3.ud = (next_inst - else_inst) * 16; in convert_IF_ELSE_to_ADD()1281 if_inst->bits3.ud = (next_inst - if_inst) * 16; in convert_IF_ELSE_to_ADD()
1478 brw_inst *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local1503 brw_inst_set_imm_ud(devinfo, else_inst, (next_inst - else_inst) * 16); in convert_IF_ELSE_to_ADD()1505 brw_inst_set_imm_ud(devinfo, if_inst, (next_inst - if_inst) * 16); in convert_IF_ELSE_to_ADD()
33 // call $next_inst
27 // call $next_inst