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
defs:prev_block
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_dead_control_flow.cpp
46
bblock_t *
prev_block
= block->prev();
in dead_control_flow_eliminate()
local
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_rematerialize_compares.c
154
nir_block *const
prev_block
=
in nir_opt_rematerialize_compares_impl()
local
H
A
D
nir_to_lcssa.c
66
nir_block *
prev_block
=
in is_if_use_inside_loop()
local
H
A
D
nir_opt_if.c
42
nir_block *
prev_block
=
in find_continue_block()
local
142
nir_block *const
prev_block
=
in opt_peel_loop_initial_if()
local
397
nir_block *const
prev_block
=
in opt_split_alu_of_phi()
local
628
nir_block *const
prev_block
=
opt_simplify_bcsel_of_phi()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
optimize.c
83
gpir_block *
prev_block
= list_entry(block->list.prev, gpir_block, list);
in optimize_branches()
local
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator-verifier.cc
398
const BlockAssessments*
prev_block
= assessments_[block->predecessors()[0]];
in CreateForBlock()
local
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_perfcounter.c
373
enum ac_pc_gpu_block
prev_block
= NUM_GPU_BLOCK;
in radv_get_num_counter_passes()
local
Completed in 8 milliseconds