Searched full:is_check (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 624 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state] 630 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, acc_read] 636 flags: [can_throw, no_dce, is_check, no_hoist, no_cse, require_state, runtime_call] 642 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 648 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 654 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 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] 1027 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state, low_level] [all …]
|
| D | inst.h | 1004 return GetFlag(inst_flags::IS_CHECK); in IsCheck()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 249 is_check: Instruction has runtime-checks and has `can_throw` flag
|