| /arkcompiler/runtime_core/runtime/ |
| D | runtime.yaml | 46 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 58 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 70 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 82 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 93 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 104 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 115 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 126 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 137 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 148 clear_flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] [all …]
|
| /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] 290 flags: [store, no_dce, no_hoist, no_cse, acc_read] 318 flags: [native, low_level, store, no_dce, no_hoist, no_cse] 325 flags: [native, low_level, store, no_dce, no_hoist, no_cse] 332 …flags: [load, can_throw, no_dce, no_cse, no_hoist, barrier, require_state, runtime_call, implicit_… 341 flags: [store, no_dce, no_hoist, no_cse, acc_read] 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_… [all …]
|
| D | inst.h | 965 return GetFlag(inst_flags::NO_DCE); in IsNotRemovable()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsic_flags_test.inl.erb | 25 …auto expected_flags = inst_flags::NO_DCE | inst_flags::NO_CSE | inst_flags::NO_HOIST | inst_flags:…
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | instruction.rb | 41 def no_dce method in IRInstruction 42 SetFlag('inst_flags::NO_DCE')
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | cleanup_doc.md | 47 Instructions, which we can't remove from Graph, has the attribute `NO_DCE` 65 …rough all instructions (in PRO order) we mark `live` all instructions which have `NO_DCE` attribute
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | vn.cpp | 120 inst->ClearFlag(compiler::inst_flags::NO_DCE); in TryToApplyCse()
|
| D | deoptimize_elimination.cpp | 53 sp->ClearFlag(inst_flags::NO_DCE); in RemoveSafePoints()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 393 .SetFlag(compiler::inst_flags::NO_DCE) in TEST_F()
|