Searched refs:next_inst (Results 1 – 12 of 12) sorted by relevance
52 Module::inst_iterator next_inst = context()->types_values_begin(); in Process() local53 for (Module::inst_iterator inst_iter = next_inst; in Process()56 inst_iter != context()->types_values_end(); inst_iter = next_inst) { in Process()57 ++next_inst; in Process()
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()
153 self.c_capture(0, expr)?.unwrap_or_else(|| self.next_inst()); in compile_one()189 self.c_capture(0, expr)?.unwrap_or_else(|| self.next_inst()); in compile_many()197 self.c_capture(0, &exprs[i])?.unwrap_or_else(|| self.next_inst()); in compile_many()414 let patch = self.c(expr)?.unwrap_or_else(|| self.next_inst()); in c_capture()680 .unwrap_or_else(|| self.next_inst()); in c_repeat_range_min_or_more()704 let patch_concat = patch_concat.unwrap_or_else(|| self.next_inst()); in c_repeat_range()748 fn next_inst(&self) -> Patch { in next_inst() method
1232 nir_instr *next_inst = NULL; in v3d_nir_sort_constant_ubo_load() local1234 inst = next_inst ? next_inst : nir_instr_next(inst); in v3d_nir_sort_constant_ubo_load()1238 next_inst = NULL; in v3d_nir_sort_constant_ubo_load()1383 next_inst = nir_instr_next(inst); in v3d_nir_sort_constant_ubo_load()
830 const auto& next_inst = _.ordered_instructions()[next_index]; in StructuredControlFlowChecks() local831 const auto* continue_target = next_inst.block(); in StructuredControlFlowChecks()
1342 const auto next_inst = pair.first; in EntryPointReferences() local1343 stack.push_back(next_inst); in EntryPointReferences()
654 struct rc_instruction *next_inst = inst->Next; in transform_r300_vertex_DP2() local656 next_inst->Prev->U.I.Opcode = RC_OPCODE_DP4; in transform_r300_vertex_DP2()
1170 const auto next_inst = pair.first; in EntryPointReferences() local1171 stack.push_back(next_inst); in EntryPointReferences()
1502 brw_inst *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local1527 brw_inst_set_imm_ud(devinfo, else_inst, (next_inst - else_inst) * 16); in convert_IF_ELSE_to_ADD()1529 brw_inst_set_imm_ud(devinfo, if_inst, (next_inst - if_inst) * 16); in convert_IF_ELSE_to_ADD()
27 // call $next_inst