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:phi_table
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_phis_to_scalar.c
46
struct hash_table *
phi_table
;
member
155
struct hash_entry *entry = _mesa_hash_table_search(state->
phi_table
, phi);
in should_lower_phi()
163
entry = _mesa_hash_table_insert(state->
phi_table
, phi, (void *)(intptr_t)1);
in should_lower_phi()
180
entry = _mesa_hash_table_search(state->
phi_table
, phi);
in should_lower_phi()
290
state.
phi_table
= _mesa_pointer_hash_table_create(NULL);
in lower_phis_to_scalar_impl()
302
ralloc_free(state.
phi_table
);
in lower_phis_to_scalar_impl()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_cfg.c
932
_mesa_hash_table_insert(b->
phi_table
, w, phi_var);
in vtn_handle_phis_first_pass()
947
struct hash_entry *phi_entry = _mesa_hash_table_search(b->
phi_table
, w);
in vtn_handle_phi_second_pass()
1420
b->
phi_table
= _mesa_pointer_hash_table_create(b);
in vtn_function_emit()
H
A
D
vtn_private.h
696
struct hash_table *
phi_table
;
member
Completed in 5 milliseconds