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:litecg
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H
A
D
litecg_ir_builder.h
43
module = isJit ? nullptr : maple::
litecg
::CreateModuleWithName(name);
in LMIRModule()
49
maple::
litecg
::ReleaseModule(module);
in ~LMIRModule()
56
module = maple::
litecg
::CreateModuleWithName(moduleName);
in JitCreateLitecgModule()
59
maple::
litecg
::Module *GetModule()
in GetModule()
86
maple::
litecg
::Module *module;
103
maple::
litecg
::PregIdx phi;
121
maple::
litecg
::LMIRBuilder *lmirBuilder_ {nullptr};
122
std::unordered_map<GateRef, maple::
litecg
::LiteCGValue> gate2Expr_;
125
std::map<int, maple::
litecg
::BB *> bbID2BB_;
127
maple::
litecg
[all...]
H
A
D
litecg_ir_builder.cpp
38
using FunctionBuilder = maple::
litecg
::LMIRBuilder::FunctionBuilder;
39
using SwitchBuilder = maple::
litecg
::LMIRBuilder::SwitchBuilder;
40
using Function = maple::
litecg
::Function;
41
using LMIRBuilder = maple::
litecg
::LMIRBuilder;
42
using BB = maple::
litecg
::BB;
43
using Expr = maple::
litecg
::Expr;
44
using Stmt = maple::
litecg
::Stmt;
45
using Const = maple::
litecg
::Const;
46
using LiteCGType = maple::
litecg
::Type;
47
using IntCmpCondition = maple::
litecg
[all...]
H
A
D
litecg_codegen.cpp
27
#include "ecmascript/compiler/codegen/maple/maple_be/include/
litecg
/
litecg
.h"
28
#include "ecmascript/compiler/codegen/maple/maple_be/include/
litecg
/lmir_builder.h"
33
#include "ecmascript/stackmap/
litecg
/litecg_stackmap_type.h"
106
maple::
litecg
::LiteCG liteCG(*lmirModule.GetModule(), options);
in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
aot_compiler_stats.h
81
void SetIsLiteCg(bool
litecg
)
in SetIsLiteCg()
argument
83
isLiteCg_ =
litecg
;
in SetIsLiteCg()
H
A
D
graph_linearizer.cpp
75
bool
litecg
= linearizer_->enableLiteCG();
in VisitStateGates()
local
84
if (
litecg
&& acc_.GetOpCode(curGate) == OpCode::IF_BRANCH && acc_.HasBranchWeight(curGate)) {
in VisitStateGates()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H
A
D
litecg_lmir_builder_test.cpp
22
using namespace
litecg
;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H
A
D
litecg.h
23
namespace
litecg
{
namespace
72
} // namespace
litecg
H
A
D
lmir_builder.h
60
namespace
litecg
{
namespace
576
} // namespace
litecg
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H
A
D
litecg.cpp
16
#include "
litecg
.h"
28
namespace
litecg
{
namespace
120
} // namespace
litecg
H
A
D
lmir_builder.cpp
20
namespace
litecg
{
namespace
811
} // namespace
litecg
/arkcompiler/ets_runtime/test/regresstest/
H
A
D
run_regress_test.py
73
parser.add_argument('--enable-
litecg
', default=False, action='store_true',
74
help="runs in
litecg
mode")
704
litecg
= [
705
"--compiler-enable-
litecg
=true",
714
aot_cmd.extend(
litecg
)
Completed in 12 milliseconds