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:ra_allocate
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
register_allocate.h
124
bool
ra_allocate
(struct ra_graph *g);
H
A
D
register_allocate.c
979
ra_allocate
(struct ra_graph *g)
in ra_allocate()
function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_compiler_nir_ra.c
236
ASSERTED bool ok =
ra_allocate
(g);
in etna_ra_assign()
/third_party/mesa3d/src/imagination/rogue/
H
A
D
rogue_regalloc.c
257
assert(
ra_allocate
(g));
in rogue_ra_alloc()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_register_allocate.c
436
bool ok =
ra_allocate
(g);
in vc4_register_allocate()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_reg_allocate.cpp
204
if (!
ra_allocate
(g)) {
in reg_allocate()
H
A
D
brw_fs_reg_allocate.cpp
1209
if (
ra_allocate
(g))
in assign_regs()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
regalloc.c
563
bool ok =
ra_allocate
(g);
in ppir_regalloc_prog_try()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_pair_regalloc.c
619
if (!
ra_allocate
(graph)) {
in do_advanced_regalloc()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_register_allocate.c
1179
if (
ra_allocate
(c->g))
in v3d_register_allocate()
Completed in 11 milliseconds