Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:next_inst
(Results
1 - 11
of
11
) sorted by relevance
/third_party/spirv-tools/source/opt/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
49
Module::inst_iterator
next_inst
= context()->types_values_begin();
in Process()
local
50
for (Module::inst_iterator inst_iter =
next_inst
;
in Process()
53
inst_iter != context()->types_values_end(); inst_iter =
next_inst
) {
in Process()
54
++
next_inst
;
in Process()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
51
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/
H
A
D
fold_spec_constant_op_and_composite_pass.cpp
51
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/
H
A
D
compile.rs
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()
675
// Using
next_inst
() is ok, because we can't return it (concat would
in c_repeat_range_min_or_more()
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()
functions
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir.c
1232
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/
H
A
D
validate_cfg.cpp
835
const auto&
next_inst
= _.ordered_instructions()[next_index];
in StructuredControlFlowChecks()
local
836
const auto* continue_target =
next_inst
.block();
in StructuredControlFlowChecks()
H
A
D
validation_state.cpp
1462
const auto
next_inst
= pair.first;
in EntryPointReferences()
local
1463
stack.push_back(
next_inst
);
in EntryPointReferences()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_program_alu.c
654
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/spirv-tools/source/val/
H
A
D
validation_state.cpp
1170
const auto
next_inst
= pair.first;
in EntryPointReferences()
local
1171
stack.push_back(
next_inst
);
in EntryPointReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validation_state.cpp
1170
const auto
next_inst
= pair.first;
in EntryPointReferences()
local
1171
stack.push_back(
next_inst
);
in EntryPointReferences()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_eu_emit.c
1502
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()
Completed in 26 milliseconds