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:RegAllocator
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
regAllocator.cpp
36
//
RegAllocator
38
void
RegAllocator
::PushBack(IRNode *ins)
in PushBack()
43
ArenaAllocator *
RegAllocator
::Allocator() const
in Allocator()
48
bool
RegAllocator
::HasSpill() const
in HasSpill()
53
uint16_t
RegAllocator
::GetSpillRegsCount() const
in GetSpillRegsCount()
58
void
RegAllocator
::UpdateIcSlot(IRNode *node)
in UpdateIcSlot()
69
Label *
RegAllocator
::AllocLabel(std::string &&id)
in AllocLabel()
75
void
RegAllocator
::Run(IRNode *ins)
in Run()
94
void
RegAllocator
::Run(IRNode *ins, size_t argCount)
in Run()
110
void
RegAllocator
[all...]
H
A
D
regAllocator.h
31
class
RegAllocator
{
class
33
explicit
RegAllocator
(PandaGen *pg)
in RegAllocator()
function in panda::es2panda::panda::es2panda::compiler::RegAllocator
37
NO_COPY_SEMANTIC(
RegAllocator
);
38
NO_MOVE_SEMANTIC(
RegAllocator
);
39
~
RegAllocator
() = default;
H
A
D
pandagen.h
540
RegAllocator
ra_;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
regAllocator.h
97
class
RegAllocator
final : public RegAllocatorBase {
99
explicit
RegAllocator
(CodeGen *cg, RegSpiller *spiller) noexcept;
100
NO_COPY_SEMANTIC(
RegAllocator
);
101
NO_MOVE_SEMANTIC(
RegAllocator
);
102
~
RegAllocator
() = default;
H
A
D
regAllocator.cpp
141
//
RegAllocator
143
RegAllocator
::
RegAllocator
(CodeGen *const cg, RegSpiller *const spiller) noexcept : RegAllocatorBase(cg, spiller) {}
in RegAllocatorBase()
145
void
RegAllocator
::Run(IRNode *const ins, const int32_t spillMax)
in Run()
H
A
D
codeGen.h
160
[[nodiscard]]
RegAllocator
&Ra() noexcept;
161
[[nodiscard]] const
RegAllocator
&Ra() const noexcept;
183
RegAllocator
ra_;
H
A
D
codeGen.cpp
311
RegAllocator
&CodeGen::Ra() noexcept
316
const
RegAllocator
&CodeGen::Ra() const noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
reg_alloc.h
58
class
RegAllocator
{
class
60
RegAllocator
(CGFunc &tempCGFunc, MemPool &memPool)
in RegAllocator()
function in maplebe::RegAllocator
69
virtual ~
RegAllocator
() = default;
H
A
D
reg_alloc_lsra.h
24
class LSRALinearScanRegAllocator : public
RegAllocator
{
358
:
RegAllocator
(cgFunc, memPool),
in LSRALinearScanRegAllocator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
reg_alloc.cpp
50
RegAllocator
*regAllocator = nullptr;
in PhaseRun()
Completed in 6 milliseconds