Home
last modified time | relevance | path

Searched refs:CreateInst (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Diterators_test.cpp212 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 Ddump_test.cpp483 auto inst = graph->CreateInst(Opcode::SaveState); in HWTEST_F()
H A Dcompiler_regalloc_test.cpp527 auto inst = graph->CreateInst(Opcode::SaveState); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Diterators_test.cpp233 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 Dinst_generator.cpp569 auto newInst = pack.graph->CreateInst(pack.opcode); in CreateCheckInstByPackArgs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp208 ldst = GetGraph()->CreateInst(Opcode::Store); in InsertMem()
212 ldst = GetGraph()->CreateInst(Opcode::Load); in InsertMem()
H A Dlowering.cpp957 auto newInst = static_cast<T *>(graph->CreateInst(newOpcode)); in LowerOperationWithShiftedOperand()
1119 auto newInst = graph->CreateInst(lowLevelOpcode); in LowerConstArrayIndex()
H A Dchecks_elimination.cpp857 newLeft = GetGraph()->CreateInst(newLeftOpcode); in InsertBoundsCheckDeoptimization()
H A Dpeepholes.cpp1619 auto newInst = graph->CreateInst(newOpc); in CreateAndInsertInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h1046 [[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 Dinst.cpp542 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone()
H A Dir_constructor.h125 auto inst = graph_->CreateInst(std::forward<Args>(args)...); in NewInst()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dbytecodeopt_peepholes.cpp58 auto *initObject = static_cast<CallInst *>(graph->CreateInst(compiler::Opcode::InitObject)); in CreateInitObject()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp128 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 Dgraph.h832 [[nodiscard]] Inst* CreateInst(Opcode opc) const in CreateInst() function
855 [[nodiscard]] BASE* CreateInst##OPCODE(Args&&... args) const { \
H A Dinst.cpp266 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone()
H A Dir_constructor.h120 auto inst = graph_->CreateInst(std::forward<Args>(args)...); in NewInst()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp31 auto compare = graph->CreateInst(Opcode::Compare)->CastToCompare(); in ReplaceWithCompareEQ()

Completed in 29 milliseconds