Searched full:is_check (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 638 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state] 644 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, acc_read] 650 flags: [can_throw, no_dce, is_check, no_hoist, no_cse, require_state, runtime_call] 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] 668 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 674 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, can_deoptimize] 680 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 686 …flags: [can_throw, no_dce, no_cse, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 1050 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state, low_level] [all …]
|
| D | inst.h | 1008 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
|