Home
last modified time | relevance | path

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

/external/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()
/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/rust/crates/regex/src/
Dcompile.rs140 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
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c736 struct rc_instruction *next_inst = inst->Next; in transform_r300_vertex_DP2() local
738 next_inst->Prev->U.I.Opcode = RC_OPCODE_DP4; in transform_r300_vertex_DP2()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1082 const auto next_inst = pair.first; in EntryPointReferences() local
1083 stack.push_back(next_inst); in EntryPointReferences()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidation_state.cpp1157 const auto next_inst = pair.first; in EntryPointReferences() local
1158 stack.push_back(next_inst); in EntryPointReferences()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp1084 const auto next_inst = pair.first; in EntryPointReferences() local
1085 stack.push_back(next_inst); in EntryPointReferences()
/external/igt-gpu-tools/assembler/
Dbrw_eu_emit.c1254 struct brw_instruction *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local
1279 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()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_emit.c1478 brw_inst *next_inst = &p->store[p->nr_insn]; in convert_IF_ELSE_to_ADD() local
1503 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()
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td33 // call $next_inst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td27 // call $next_inst
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrCompiler.td27 // call $next_inst