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:TopLevel
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
register-allocator.cc
348
DCHECK_NE(
TopLevel
()->last_child_covers_, next_);
in AttachToNext()
376
DCHECK(!
TopLevel
()->HasNoSpillType());
in Spill()
504
if (
TopLevel
()->HasSpillOperand()) {
in GetAssignedOperand()
505
InstructionOperand* op =
TopLevel
()->GetSpillOperand();
in GetAssignedOperand()
509
return
TopLevel
()->GetSpillRangeOperand();
in GetAssignedOperand()
535
int new_id =
TopLevel
()->GetNextChildId();
in SplitAt()
536
LiveRange* child = zone->New<LiveRange>(new_id, representation(),
TopLevel
());
in SplitAt()
542
child->top_level_ =
TopLevel
();
in SplitAt()
690
if (pos == other_pos) return
TopLevel
()->vreg() < other->
TopLevel
()
in ShouldBeAllocatedBefore()
[all...]
H
A
D
register-allocator.h
534
TopLevelLiveRange*
TopLevel
() { return top_level_; }
in TopLevel()
function in v8::internal::compiler::RegisterAllocationFlag::LiveRange
535
const TopLevelLiveRange*
TopLevel
() const { return top_level_; }
in TopLevel()
function in v8::internal::compiler::RegisterAllocationFlag::LiveRange
1400
: range(a_range->
TopLevel
()),
in RangeWithRegister()
/third_party/node/deps/v8/src/compiler/
H
A
D
graph-visualizer.cc
747
const TopLevelLiveRange* top = range->
TopLevel
();
in PrintLiveRange()
765
const TopLevelLiveRange* parent = range->
TopLevel
();
in PrintLiveRange()
966
} else if (range.spilled() && !range.
TopLevel
()->HasNoSpillType()) {
in operator <<()
967
const TopLevelLiveRange* top = range.
TopLevel
();
in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonISelDAGToDAG.cpp
1888
SDValue HexagonDAGToDAGISel::balanceSubTree(SDNode *N, bool
TopLevel
) {
in balanceSubTree()
argument
1891
assert(!
TopLevel
|| N->getOpcode() == ISD::ADD);
in balanceSubTree()
1952
if (
TopLevel
&&
in balanceSubTree()
1981
return balanceSubTree(N,
TopLevel
);
in balanceSubTree()
1988
if (
TopLevel
&& !CanFactorize && !HaveTopLevelShift &&
in balanceSubTree()
2138
if (
TopLevel
&& !CanFactorize && Leaves.hasConst()) {
in balanceSubTree()
2167
return balanceSubTree(N,
TopLevel
);
in balanceSubTree()
2289
SDValue NewBasePtr = balanceSubTree(BasePtr.getNode(), /*
TopLevel
=*/ true);
in rebalanceAddressTrees()
Completed in 13 milliseconds