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:next_use
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_spill.c
221
dst->
next_use
= tmp_next_use[dst->name];
in compute_block_next_distance()
225
src->
next_use
= tmp_next_use[src->def->name];
in compute_block_next_distance()
283
if (phi->dsts[0]->
next_use
< UINT_MAX &&
in compute_block_next_distance()
284
phi->dsts[0]->
next_use
+ block_distance <
in compute_block_next_distance()
286
pred_state->next_use_end[src] = phi->dsts[0]->
next_use
+
in compute_block_next_distance()
546
interval->next_use_distance = dst->
next_use
;
in init_dst()
651
interval->next_use_distance = src->
next_use
;
in update_src_next_use()
1228
temp_interval->next_use_distance = src->
next_use
;
in handle_pcopy()
H
A
D
ir3.h
219
unsigned spill_slot,
next_use
;
member
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator.cc
451
UsePosition*
next_use
= NextUsePositionRegisterIsBeneficial(start);
in NextLifetimePositionRegisterIsBeneficial()
local
452
if (
next_use
== nullptr) return End();
in NextLifetimePositionRegisterIsBeneficial()
453
return
next_use
->pos();
in NextLifetimePositionRegisterIsBeneficial()
2959
UsePosition*
next_use
=
in FindOptimalSpillingPos()
local
2963
if (
next_use
!= nullptr &&
next_use
->pos() <= pos) {
in FindOptimalSpillingPos()
3099
UsePosition*
next_use
= split->NextRegisterPosition(position);
in SpillNotLiveRanges()
local
3100
if (
next_use
!= nullptr) {
in SpillNotLiveRanges()
3104
LifetimePosition revisit_at =
next_use
->pos().FullStart();
in SpillNotLiveRanges()
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-regalloc.cc
72
// DCHECK_GT(node->
next_use
, source->id());
in IsLiveAtTarget()
672
int use = value->
next_use
();
in FreeSomeRegister()
H
A
D
maglev-ir.h
748
NodeIdT
next_use
() const { return next_use_; }
in next_use()
function in v8::internal::maglev::ValueNode
Completed in 21 milliseconds