Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Druntime.yaml46 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/
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]
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 …]
Dinst.h965 return GetFlag(inst_flags::NO_DCE); in IsNotRemovable()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsic_flags_test.inl.erb25 …auto expected_flags = inst_flags::NO_DCE | inst_flags::NO_CSE | inst_flags::NO_HOIST | inst_flags:…
/arkcompiler/runtime_core/irtoc/lang/
Dinstruction.rb41 def no_dce method in IRInstruction
42 SetFlag('inst_flags::NO_DCE')
/arkcompiler/runtime_core/compiler/docs/
Dcleanup_doc.md47 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/
Dvn.cpp120 inst->ClearFlag(compiler::inst_flags::NO_DCE); in TryToApplyCse()
Ddeoptimize_elimination.cpp53 sp->ClearFlag(inst_flags::NO_DCE); in RemoveSafePoints()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp393 .SetFlag(compiler::inst_flags::NO_DCE) in TEST_F()