Searched full:require_state (Results 1 – 9 of 9) sorted by relevance
| /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/irtoc/ |
| D | intrinsics.yaml | 32 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/ |
| 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] 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 …]
|
| D | graph_checker.cpp | 69 // Check `require_state` flag in UserInputCheck() 74 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
|
| D | inst.h | 960 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 30 …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…
|
| D | intrinsic_flags_test.inl.erb | 25 …gs::NO_CSE | inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::…
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | ir_generator.rb | 121 if inst.dscr.flags.include?('require_state')
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 396 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 424 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
|