Home
last modified time | relevance | path

Searched full:can_deoptimize (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml113 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize]
660 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, can_deoptimize]
666 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize]
672 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize]
678 …flags: [cf, can_throw, no_dce, no_cse, no_hoist, require_state, barrier, can_deoptimize, terminato…
685 flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize]
692 …flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize, low…
699 …flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize, low…
1175 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize]
1182 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize]
[all …]
Dinst.h1146 return GetFlag(inst_flags::CAN_DEOPTIMIZE); in CanDeoptimize()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dmethod_properties.cpp31 if (inst->GetFlag(inst_flags::CAN_DEOPTIMIZE)) { in MethodProperties()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml269 can_deoptimize: deoptimization may occur with jump to the interpreter
Dinst.h853 return GetFlag(inst_flags::CAN_DEOPTIMIZE); in CanDeoptimize()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlicm_test.cpp672 INST(4U, Opcode::NullCheck).ref().Inputs(0U, 3U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
702 INST(4U, Opcode::NullCheck).ref().Inputs(0U, 3U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
Dchecks_elimination_test.cpp463 INST(19U, Opcode::NullCheck).ref().Inputs(3U, 20U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
744 … INST(22U, Opcode::NegativeCheck).s32().Inputs(3U, 20U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
977 INST(22U, Opcode::ZeroCheck).s32().Inputs(3U, 20U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
2342 INST(37U, Opcode::NullCheck).ref().Inputs(0U, 27U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
3013 …INST(33U, Opcode::NullCheck).ref().Inputs(3U, 20U).SetFlag(inst_flags::CAN_DEOPTIMIZE); // array … in TEST_F()
3763 INST(35U, Opcode::NullCheck).ref().Inputs(0U, 2U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
3864 INST(22U, Opcode::NullCheck).ref().Inputs(8U, 6U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
3935 INST(33U, Opcode::NullCheck).ref().Inputs(13U, 30U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
4016 INST(33U, Opcode::NullCheck).ref().Inputs(13U, 30U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
4105 INST(33U, Opcode::NullCheck).ref().Inputs(13U, 30U).SetFlag(inst_flags::CAN_DEOPTIMIZE); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp893 nullcheck->SetFlag(inst_flags::CAN_DEOPTIMIZE); in InsertNewLenArray()
1165 inst->SetFlag(inst_flags::CAN_DEOPTIMIZE); in MoveCheckOutOfLoop()
Dlowering.cpp1012 newInst->SetFlag(inst_flags::CAN_DEOPTIMIZE); in LowerConstArrayIndex()