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:CreateInst
(Results
1 - 18
of
18
) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/
H
A
D
iterators_test.cpp
212
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
228
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
248
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
250
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
258
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
260
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
269
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
271
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
280
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
282
inst = GetGraph()->
CreateInst
(Opcod
in TEST_F()
[all...]
H
A
D
dump_test.cpp
483
auto inst = graph->
CreateInst
(Opcode::SaveState);
in HWTEST_F()
H
A
D
compiler_regalloc_test.cpp
527
auto inst = graph->
CreateInst
(Opcode::SaveState);
in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H
A
D
iterators_test.cpp
233
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
249
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
269
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
271
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
279
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
281
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
290
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
292
inst = GetGraph()->
CreateInst
(Opcode::Add);
in TEST_F()
301
inst = GetGraph()->
CreateInst
(Opcode::Phi);
in TEST_F()
303
inst = GetGraph()->
CreateInst
(Opcod
in TEST_F()
[all...]
H
A
D
inst_generator.cpp
569
auto newInst = pack.graph->
CreateInst
(pack.opcode);
in CreateCheckInstByPackArgs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H
A
D
adjust_arefs.cpp
208
ldst = GetGraph()->
CreateInst
(Opcode::Store);
in InsertMem()
212
ldst = GetGraph()->
CreateInst
(Opcode::Load);
in InsertMem()
H
A
D
lowering.cpp
957
auto newInst = static_cast<T *>(graph->
CreateInst
(newOpcode));
in LowerOperationWithShiftedOperand()
1119
auto newInst = graph->
CreateInst
(lowLevelOpcode);
in LowerConstArrayIndex()
H
A
D
checks_elimination.cpp
857
newLeft = GetGraph()->
CreateInst
(newLeftOpcode);
in InsertBoundsCheckDeoptimization()
H
A
D
peepholes.cpp
1619
auto newInst = graph->
CreateInst
(newOpc);
in CreateAndInsertInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
graph.h
1046
[[nodiscard]] Inst*
CreateInst
(Opcode opc) const
in CreateInst()
function
1070
[[nodiscard]] BASE*
CreateInst
##OPCODE(Args&&... args) const { \
1086
[[nodiscard]] BASE*
CreateInst
##OPCODE(Inst* inst, Args&&... args) const { \
1087
auto new_inst =
CreateInst
##OPCODE(inst->GetType(), inst->GetPc(), std::forward<Args>(args)...); \
1098
[[nodiscard]] BASE*
CreateInst
##OPCODE(Inst* inst, Args&&... args) const { \
1099
auto new_inst =
CreateInst
##OPCODE(inst->GetType(), inst->GetPc(), std::forward<Args>(args)...); \
H
A
D
inst.cpp
542
auto clone = targetGraph->
CreateInst
(GetOpcode());
in Clone()
H
A
D
ir_constructor.h
125
auto inst = graph_->
CreateInst
(std::forward<Args>(args)...);
in NewInst()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H
A
D
bytecodeopt_peepholes.cpp
58
auto *initObject = static_cast<CallInst *>(graph->
CreateInst
(compiler::Opcode::InitObject));
in CreateInitObject()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H
A
D
codegen_test_1.cpp
128
auto stArr = graph->
CreateInst
(Opcode::StoreArray);
in SRC_GRAPH()
134
auto ret = graph->
CreateInst
(Opcode::ReturnVoid);
in SRC_GRAPH()
203
auto ldArr = graph->
CreateInst
(Opcode::LoadArray);
in SRC_GRAPH()
208
auto ret = graph->
CreateInst
(Opcode::Return);
in SRC_GRAPH()
285
auto ret = graph->
CreateInst
(Opcode::ReturnVoid);
in SRC_GRAPH()
371
auto sum = graph->
CreateInst
(Opcode::Add);
in SRC_GRAPH()
377
auto ret = graph->
CreateInst
(Opcode::Return);
in SRC_GRAPH()
451
auto ret = graph->
CreateInst
(Opcode::Return);
in SRC_GRAPH()
516
auto fcmp = graph->
CreateInst
(Opcode::Cmp);
in SRC_GRAPH()
525
auto ret = graph->
CreateInst
(Opcod
in SRC_GRAPH()
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H
A
D
graph.h
832
[[nodiscard]] Inst*
CreateInst
(Opcode opc) const
in CreateInst()
function
855
[[nodiscard]] BASE*
CreateInst
##OPCODE(Args&&... args) const { \
H
A
D
inst.cpp
266
auto clone = targetGraph->
CreateInst
(GetOpcode());
in Clone()
H
A
D
ir_constructor.h
120
auto inst = graph_->
CreateInst
(std::forward<Args>(args)...);
in NewInst()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H
A
D
ets_intrinsics_peephole.cpp
31
auto compare = graph->
CreateInst
(Opcode::Compare)->CastToCompare();
in ReplaceWithCompareEQ()
Completed in 29 milliseconds