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:bi_get_node
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_helper_invocations.c
206
if (!BITSET_TEST(deps,
bi_get_node
(I->dest[d])))
in bi_helper_block_update()
212
unsigned node =
bi_get_node
(I->src[s]);
in bi_helper_block_update()
239
BITSET_SET(deps,
bi_get_node
(I->src[s]));
in bi_analyze_helper_requirements()
271
exec |= BITSET_TEST(deps,
bi_get_node
(I->dest[d]));
in bi_analyze_helper_requirements()
H
A
D
bi_ra.c
257
unsigned node =
bi_get_node
(ins->dest[d]);
in bi_mark_interference()
288
i ==
bi_get_node
(ins->src[0])) {
in bi_mark_interference()
299
unsigned node_first =
bi_get_node
(ins->dest[0]);
in bi_mark_interference()
310
unsigned node =
bi_get_node
(ins->src[s]);
in bi_mark_interference()
376
unsigned dest =
bi_get_node
(ins->dest[d]);
in bi_allocate_registers()
385
unsigned node =
bi_get_node
(ins->src[0]);
in bi_allocate_registers()
390
node =
bi_get_node
(ins->src[4]);
in bi_allocate_registers()
395
node =
bi_get_node
(ins->dest[0]);
in bi_allocate_registers()
406
unsigned node =
bi_get_node
(ins->dest[0]);
in bi_allocate_registers()
417
unsigned node =
bi_get_node
(in
in bi_allocate_registers()
[all...]
H
A
D
bi_liveness.c
40
unsigned node =
bi_get_node
(ins->dest[d]);
in bi_liveness_ins_update()
51
unsigned node =
bi_get_node
(ins->src[src]);
in bi_liveness_ins_update()
H
A
D
bi_pressure_schedule.c
235
unsigned node =
bi_get_node
(I->dest[d]);
in calculate_pressure_delta()
242
unsigned node =
bi_get_node
(I->src[src]);
in calculate_pressure_delta()
250
if (
bi_get_node
(I->src[i]) == node) {
in calculate_pressure_delta()
H
A
D
bi_opt_dce.c
49
unsigned index =
bi_get_node
(ins->dest[d]);
in bi_opt_dead_code_eliminate()
H
A
D
compiler.h
932
bi_get_node
(bi_index index)
in bi_get_node()
function
Completed in 6 milliseconds