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:spill_node
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_ra.c
52
unsigned
spill_node
;
member
884
signed
spill_node
= bi_choose_spill_node(ctx, l);
in bi_register_allocate()
local
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_register_allocate.c
575
uint32_t
spill_node
= temp_to_node(spill_temp);
in v3d_spill_reg()
local
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_ra.c
889
mir_spill_register( compiler_context *ctx, unsigned
spill_node
, unsigned spill_class, unsigned *spill_count)
mir_spill_register()
argument
1157
signed
spill_node
= mir_choose_
spill_node
(ctx, l);
mir_ra()
local
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
scheduler.c
913
static void
spill_node
(sched_ctx *ctx, gpir_node *node, gpir_store_node *store)
in spill_node()
function
Completed in 8 milliseconds