Home
last modified time | relevance | path

Searched refs:next_inst (Results 1 – 12 of 12) sorted by relevance

/third_party/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp52 Module::inst_iterator next_inst = context()->types_values_begin(); in Process() local
53 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()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp51 Module::inst_iterator next_inst = context()->types_values_begin(); in Process() local
52 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp51 Module::inst_iterator next_inst = context()->types_values_begin(); in Process() local
52 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()
/third_party/rust/crates/regex/src/
Dcompile.rs153 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
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c1232 nir_instr *next_inst = NULL; in v3d_nir_sort_constant_ubo_load() local
1234 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()
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp830 const auto& next_inst = _.ordered_instructions()[next_index]; in StructuredControlFlowChecks() local
831 const auto* continue_target = next_inst.block(); in StructuredControlFlowChecks()
Dvalidation_state.cpp1342 const auto next_inst = pair.first; in EntryPointReferences() local
1343 stack.push_back(next_inst); in EntryPointReferences()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c654 struct rc_instruction *next_inst = inst->Next; in transform_r300_vertex_DP2() local
656 next_inst->Prev->U.I.Opcode = RC_OPCODE_DP4; in transform_r300_vertex_DP2()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1170 const auto next_inst = pair.first; in EntryPointReferences() local
1171 stack.push_back(next_inst); in EntryPointReferences()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp1170 const auto next_inst = pair.first; in EntryPointReferences() local
1171 stack.push_back(next_inst); in EntryPointReferences()
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1502 brw_inst *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local
1527 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td27 // call $next_inst