Searched full:is_check (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 626 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state] 632 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, acc_read] 638 flags: [can_throw, no_dce, is_check, no_hoist, no_cse, require_state, runtime_call] 644 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 650 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 656 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 662 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, can_deoptimize] 668 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 674 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 1042 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
|