Searched full:can_throw (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 254 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 262 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 270 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write] 332 …flags: [load, can_throw, no_dce, no_cse, no_hoist, barrier, require_state, runtime_call, implicit_… 349 …flags: [store, can_throw, no_dce, no_cse, no_hoist, barrier, require_state, runtime_call, implicit… 366 …flags: [load, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit_… 383 …flags: [store, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit… 398 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] 404 flags: [load, can_throw, no_hoist, no_dce, no_cse, require_state, barrier, runtime_call] 416 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] [all …]
|
| D | inst.h | 952 return GetFlag(inst_flags::CAN_THROW); in CanThrow()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | instruction_handler_base.h | 215 template <BytecodeInstruction::Format format, bool can_throw> 220 if (can_throw) { in MoveToNextInst() 225 template <bool can_throw> 230 if (can_throw) { in JumpToInst() 235 template <bool can_throw> 240 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/irtoc/lang/ |
| D | ir_generator.rb | 106 Output << "#{var_name}->SetFlag(inst_flags::CAN_THROW);"
|
| D | instruction.rb | 216 Output.println("#{local_var_name}->SetFlag(inst_flags::CAN_THROW);")
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | memory_barriers.cpp | 210 memInst->SetFlag(compiler::inst_flags::CAN_THROW); in VisitNullCheck()
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.yaml | 511 set_flags: [can_throw]
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 273 inst->SetFlag(inst_flags::CAN_THROW);
|