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:live_ranges
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator.cc
126
bounds_length_(static_cast<int>(data_->
live_ranges
().size())),
in LiveRangeFinder()
136
TopLevelLiveRange* range = data_->
live_ranges
()[operand_index];
in ArrayFor()
1166
for (auto toplevel : data()->
live_ranges
()) {
in PrintRangeOverview()
1198
live_ranges
().push_back(parent);
in SpillRange()
1226
for (TopLevelLiveRange* range : other->
live_ranges
()) {
in TryMerge()
1231
live_ranges
().insert(
live_ranges
().end(), other->
live_ranges
().begin(),
in TryMerge()
1232
other->
live_ranges
().end());
in TryMerge()
1233
other->
live_ranges
()
in TryMerge()
1982
ZoneVector<TopLevelLiveRange*>*
live_ranges
=
FixedFPLiveRangeFor()
local
2021
ZoneVector<TopLevelLiveRange*>*
live_ranges
=
FixedSIMD128LiveRangeFor()
local
[all...]
H
A
D
spill-placer.cc
431
TopLevelLiveRange* top = data()->
live_ranges
()[vreg_to_spill];
in SecondBackwardPass()
467
TopLevelLiveRange* top = data()->
live_ranges
()[vreg];
in CommitSpill()
H
A
D
register-allocator.h
260
const ZoneVector<TopLevelLiveRange*>&
live_ranges
() const {
in live_ranges()
function in v8::internal::compiler::RegisterAllocationFlag::final
263
ZoneVector<TopLevelLiveRange*>&
live_ranges
() { return live_ranges_; }
in live_ranges()
function in v8::internal::compiler::RegisterAllocationFlag::final
1094
const ZoneVector<TopLevelLiveRange*>&
live_ranges
() const {
in live_ranges()
function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
1097
ZoneVector<TopLevelLiveRange*>&
live_ranges
() { return live_ranges_; }
in live_ranges()
function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_liverangeevaluator.cpp
122
auto&
live_ranges
= m_live_range_map.component(i);
in finalize()
local
123
for(const auto& r :
live_ranges
) {
in finalize()
131
sfn_log << SfnLog::merge << "Evaluae access for " << *
live_ranges
[i].m_register << "\n";
in finalize()
135
live_ranges
[i].m_start = rca.range().start;
in finalize()
136
live_ranges
[i].m_end = rca.range().end;
in finalize()
137
live_ranges
[i].m_use = rca.use_type();
in finalize()
H
A
D
sfn_ra.cpp
186
auto&
live_ranges
= lrm.component(comp);
in scalar_allocation()
local
187
for (auto& r :
live_ranges
) {
in scalar_allocation()
204
if (
live_ranges
[adj].m_color == color) {
in scalar_allocation()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.cc
714
for (const TopLevelLiveRange* range : data->
live_ranges
()) {
in PrintLiveRanges()
1068
os << ",\"
live_ranges
\": ";
in operator <<()
1069
PrintTopLevelLiveRanges(os, ac_data.
live_ranges
(), ac.code_);
in operator <<()
1075
os << ",\"
live_ranges
\": {}";
in operator <<()
Completed in 15 milliseconds