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:Insns
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
regAllocator.cpp
27
: pg_(pg), insn_(std::move(pg_->
Insns
()), pg_->Allocator()->Adapter())
in FrontAllocator()
33
pg_->
Insns
().splice(pg_->
Insns
().end(), std::move(insn_));
in ~FrontAllocator()
40
pg_->
Insns
().push_back(ins);
in PushBack()
71
const auto *lastInsNode = pg_->
Insns
().empty() ? FIRST_NODE_OF_FUNCTION : pg_->
Insns
().back()->Node();
in AllocLabel()
122
auto &insns = pg_->
Insns
();
in AdjustInsRegWhenHasSpill()
H
A
D
pandagen.h
135
ArenaList<IRNode *> &
Insns
()
in Insns()
function in panda::es2panda::compiler::PandaGen
140
const ArenaList<IRNode *> &
Insns
() const
in Insns()
function in panda::es2panda::compiler::PandaGen
H
A
D
pandagen.cpp
2212
for (auto *ins:
Insns
()) {
in ReArrangeIc()
2223
for (auto *ins:
Insns
()) {
in ReArrangeIc()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
regAllocator.cpp
31
cg_->
Insns
().push_back(ins);
in PushBack()
61
GetCodeGen().
Insns
().empty() ? FIRST_NODE_OF_FUNCTION : GetCodeGen().
Insns
().back()->Node();
in AllocLabel()
H
A
D
codeGen.cpp
54
ArenaVector<IRNode *> &CodeGen::
Insns
() noexcept
59
const ArenaVector<IRNode *> &CodeGen::
Insns
() const noexcept
H
A
D
codeGen.h
104
[[nodiscard]] ArenaVector<IRNode *> &
Insns
() noexcept;
105
[[nodiscard]] const ArenaVector<IRNode *> &
Insns
() const noexcept;
H
A
D
emitter.cpp
229
func->ins.reserve(cg_->
Insns
().size());
in GenFunctionInstructions()
233
for (const auto *ins : cg_->
Insns
()) {
in GenFunctionInstructions()
359
const auto &instructions = cg_->
Insns
();
in GenScopeVariableInfo()
H
A
D
JSCompiler.cpp
1469
pg->Branch(pg->
Insns
().back()->Node(), statementEnd);
in Compile()
H
A
D
ETSCompiler.cpp
1527
etsg->Branch(etsg->
Insns
().back()->Node(), statementEnd);
in Compile()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H
A
D
ifStatement.cpp
55
pg->Branch(pg->
Insns
().back()->Node(), statementEnd);
in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H
A
D
emitter.cpp
464
func_->ins.reserve(pg_->
Insns
().size());
in GenFunctionInstructions()
466
for (const auto *ins : pg_->
Insns
()) {
in GenFunctionInstructions()
525
for (const auto *it : pg_->
Insns
()) {
in GenScopeVariableInfo()
Completed in 15 milliseconds