Home
last modified time | relevance | path

Searched full:require_state (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/irtoc/
Dintrinsics.yaml32 clear_flags: [require_state]
45 clear_flags: [require_state]
58 clear_flags: [require_state]
72 clear_flags: [require_state]
86 clear_flags: [require_state]
98 clear_flags: [require_state]
112 clear_flags: [runtime_call, require_state]
126 clear_flags: [runtime_call, require_state]
140 clear_flags: [runtime_call, require_state]
/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]
332 …flags: [load, can_throw, no_dce, no_cse, no_hoist, barrier, require_state, runtime_call, implicit_…
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_…
383 …flags: [store, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit…
398 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write]
404 flags: [load, can_throw, no_hoist, no_dce, no_cse, require_state, barrier, runtime_call]
410 flags: [store, no_hoist, no_dce, no_cse, no_dst, require_state, barrier, runtime_call]
[all …]
Dgraph_checker.cpp69 // Check `require_state` flag in UserInputCheck()
74 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
Dinst.h960 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb30 …static_assert((clear_flags & compiler::inst_flags::REQUIRE_STATE) == 0, "<%= intrinsic.enum_name %…
36 …:inst_flags::CAN_THROW) == 0 || (clear_flags & (compiler::inst_flags::REQUIRE_STATE | compiler::in…
Dintrinsic_flags_test.inl.erb25 …gs::NO_CSE | inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::…
/arkcompiler/runtime_core/irtoc/lang/
Dir_generator.rb121 if inst.dscr.flags.include?('require_state')
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp396 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
424 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()