| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 33 clear_flags: [require_state, can_throw, heap_inv] 47 clear_flags: [require_state, can_throw, heap_inv] 61 clear_flags: [require_state, can_throw, heap_inv] 76 clear_flags: [require_state, can_throw, heap_inv] 91 clear_flags: [require_state, can_throw, heap_inv] 104 clear_flags: [require_state, can_throw, heap_inv] 119 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 134 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 149 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 164 clear_flags: [runtime_call, require_state, can_throw, heap_inv] [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.yaml | 44 clear_flags: [can_throw, heap_inv] 56 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 68 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 80 clear_flags: [can_throw, heap_inv, no_dce, no_cse] 91 clear_flags: [can_throw, heap_inv, no_cse] 103 clear_flags: [can_throw, heap_inv, no_cse] 115 clear_flags: [can_throw, heap_inv, no_cse] 127 clear_flags: [can_throw, heap_inv, no_cse] 140 clear_flags: [can_throw, heap_inv, no_cse] 151 clear_flags: [can_throw, heap_inv] [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 314 clear_flags: [ can_throw, heap_inv ] 326 clear_flags: [ can_throw, heap_inv ] 338 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 350 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 362 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 374 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 386 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 398 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 410 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 433 clear_flags: [require_state, runtime_call, can_throw, heap_inv] [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 281 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 289 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 297 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write] 305 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write] 311 …flags: [can_throw, no_dce, no_hoist, no_cse, barrier, alloc, require_state, runtime_call, acc_writ… 377 flags: [can_throw, no_dce, require_state, runtime_call] 424 flags: [can_throw, no_dce, require_state, runtime_call] 449 …flags: [store, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit… 473 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] 485 flags: [load, can_throw, no_hoist, no_dce, no_cse, require_state, barrier, runtime_call] [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | try-catch-04.pa | 22 call.short can_throw, v0, v1 34 .function void can_throw(i32[] a0, i32 a1) {
|
| D | try-catch-03.pa | 22 call.short can_throw, v0, v1 34 .function void can_throw(i32[] a0, i32 a1) {
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | instruction_handler_base.h | 220 template <BytecodeInstruction::Format FORMAT, bool CAN_THROW> 225 if (CAN_THROW) { in MoveToNextInst() 230 template <bool CAN_THROW> 235 if (CAN_THROW) { in JumpToInst() 240 template <bool CAN_THROW> 245 if (CAN_THROW) { in JumpTo()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 36 …CAN_THROW) == 0 || (clear_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUN…
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | utils.rb | 20 …no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call", "heap_inv", "can_throw"]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 33 …CAN_THROW) == 0 || (CLEAR_FLAGS & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUN…
|
| D | intrinsic_flags_test.inl.erb | 26 …inst_flags::CAN_THROW | inst_flags::HEAP_INV | inst_flags::CALL | inst_flags::ACC_WRITE | inst_fla…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 100 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] 247 can_throw: Instruction can throw exception 249 is_check: Instruction has runtime-checks and has `can_throw` flag
|
| D | inst.h | 824 return GetFlag(inst_flags::CAN_THROW); in CanThrow()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | check_resolver.cpp | 28 user.GetInst()->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceCheck()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_compiler_intrinsics.yaml | 166 clear_flags: [ acc_read, require_state, can_throw, heap_inv, no_dce, no_cse, no_hoist ]
|
| D | ets_libbase_runtime.yaml | 1349 clear_flags: [ require_state, runtime_call, can_throw ] 1804 clear_flags: [require_state, runtime_call, can_throw]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 704 pload->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceLoadArray() 728 pload->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceLoadObject() 746 pload->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceLoadArrayI() 766 pstore->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceStoreArray() 792 pstore->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceStoreObject() 811 pstore->SetFlag(compiler::inst_flags::CAN_THROW); in ReplaceStoreArrayI()
|
| D | loop_idioms.cpp | 204 fillArray->ClearFlag(inst_flags::Flags::CAN_THROW); in CreateArrayInitIntrinsic()
|
| D | memory_barriers.cpp | 267 memInst->SetFlag(compiler::inst_flags::CAN_THROW); in VisitNullCheck()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | ir_generator.rb | 109 Output << "#{var_name}->SetFlag(inst_flags::CAN_THROW);"
|
| D | instruction.rb | 264 Output.println("#{local_var_name}->SetFlag(inst_flags::CAN_THROW);")
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | loop_idioms_test.cpp | 110 .ClearFlag(compiler::inst_flags::CAN_THROW) in BuildExpectedFillArrayFull() 403 .ClearFlag(compiler::inst_flags::CAN_THROW) in FillLargeArrayWithConstantIterationsCountExpected()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 266 inst->SetFlag(inst_flags::CAN_THROW);
|
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 834 set_flags: ["can_throw"]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 810 save_state1.SetFlag(inst_flags::Flags::CAN_THROW);
|