Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml254 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 …]
Dinst.h952 return GetFlag(inst_flags::CAN_THROW); in CanThrow()
/arkcompiler/runtime_core/runtime/interpreter/
Dinstruction_handler_base.h215 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/
Dintrinsics_flags.inl.erb36CAN_THROW) == 0 || (clear_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::inst_flags::RUN…
/arkcompiler/runtime_core/irtoc/lang/
Dir_generator.rb106 Output << "#{var_name}->SetFlag(inst_flags::CAN_THROW);"
Dinstruction.rb216 Output.println("#{local_var_name}->SetFlag(inst_flags::CAN_THROW);")
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp210 memInst->SetFlag(compiler::inst_flags::CAN_THROW); in VisitNullCheck()
/arkcompiler/runtime_core/runtime/
Druntime.yaml511 set_flags: [can_throw]
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb273 inst->SetFlag(inst_flags::CAN_THROW);