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:last_written
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
regalloc.c
387
gpir_node *
last_written
[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
member
419
if (ctx->
last_written
[src->value_reg] &&
in add_fake_dep()
420
ctx->
last_written
[src->value_reg] != node) {
in add_fake_dep()
421
gpir_node_add_dep(ctx->
last_written
[src->value_reg], node,
in add_fake_dep()
428
* scheduled. We have to save the
last_written
before complex1 happens to
in add_fake_dep()
490
if (ctx->
last_written
[idx]) {
in handle_reg_read()
491
gpir_node_add_dep(ctx->
last_written
[idx], &load->node,
in handle_reg_read()
503
ctx->
last_written
[idx] = &store->node;
in handle_reg_write()
515
ctx->
last_written
[node->value_reg] = node;
in handle_value_write()
530
memcpy(ctx.complex1_last_written, ctx.
last_written
,
in regalloc_value_regs()
[all...]
H
A
D
reduce_scheduler.c
212
gpir_node **
last_written
= calloc(comp->cur_reg, sizeof(gpir_node *));
in add_false_dependencies()
local
218
gpir_node *store =
last_written
[load->reg->index];
in add_false_dependencies()
224
last_written
[store->reg->index] = node;
in add_false_dependencies()
229
free(
last_written
);
in add_false_dependencies()
Completed in 2 milliseconds