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:temp_registers
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_to_qpu.c
403
v3d_vir_to_qpu(struct v3d_compile *c, struct qpu_reg *
temp_registers
)
in v3d_vir_to_qpu()
argument
186
v3d_generate_code_block(struct v3d_compile *c, struct qblock *block, struct qpu_reg *
temp_registers
)
v3d_generate_code_block()
argument
H
A
D
vir_register_allocate.c
1167
struct qpu_reg *
temp_registers
= NULL;
in v3d_register_allocate()
local
H
A
D
nir_to_vir.c
4640
struct qpu_reg *
temp_registers
;
in v3d_nir_to_vir()
local
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qpu_emit.c
594
struct qpu_reg *
temp_registers
= vc4_register_allocate(vc4, c);
in vc4_generate_code()
local
240
vc4_generate_code_block(struct vc4_compile *c, struct qblock *block, struct qpu_reg *
temp_registers
)
vc4_generate_code_block()
argument
H
A
D
vc4_register_allocate.c
255
struct qpu_reg *
temp_registers
= calloc(c->num_temps,
in vc4_register_allocate()
local
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_live_var_analysis.cpp
56
RegisterDemand
temp_registers
;
in get_temp_registers()
local
Completed in 11 milliseconds