| /arkcompiler/runtime_core/static_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/ |
| D | intrinsics.yaml | 31 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 51 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 71 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 91 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 111 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 131 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 151 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 171 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 191 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] 211 clear_flags: ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call"] [all …]
|
| /arkcompiler/runtime_core/static_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] 154 clear_flags: [runtime_call, require_state] [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | analysis_test.cpp | 30 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 41 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 53 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 62 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 78 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 90 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 102 INST(1U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 111 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 130 INST(2U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() 142 INST(2U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F() [all …]
|
| D | loop_idioms_test.cpp | 110 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in CheckFillArrayFull() 391 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F()
|
| D | vn_test.cpp | 1118 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1125 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1140 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1147 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1185 INST(13U, Opcode::Intrinsic).ref().ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 113 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize] 281 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 289 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, mem_barrier] 297 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write] 305 flags: [can_throw, no_dce, no_hoist, no_cse, alloc, require_state, runtime_call, acc_write] 311 …flags: [can_throw, no_dce, no_hoist, no_cse, barrier, alloc, require_state, runtime_call, acc_writ… 377 flags: [can_throw, no_dce, require_state, runtime_call] 424 flags: [can_throw, no_dce, require_state, runtime_call] 449 …flags: [store, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, runtime_call, implicit… 473 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] [all …]
|
| D | graph_checker.cpp | 109 // Check `require_state` flag in UserInputCheck() 114 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
|
| D | inst.h | 1120 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_libbase_runtime.yaml | 57 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 68 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 79 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 90 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 101 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 112 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 123 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 134 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 145 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] 156 clear_flags: [ no_dce, no_hoist, no_cse, barrier, require_state, runtime_call ] [all …]
|
| /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/compiler/optimizer/ir/ |
| D | instructions.yaml | 100 flags: [load, can_throw, no_hoist, no_cse, require_state, runtime_call, acc_write] 112 flags: [no_dce, no_hoist, no_cse, barrier, require_state, runtime_call] 260 require_state: Instruction may call runtime, thus, it requires SaveState in the inputs
|
| 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 | 827 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsic_flags_test.inl.erb | 25 …gs::NO_CSE | inst_flags::NO_HOIST | inst_flags::BARRIER | inst_flags::REQUIRE_STATE | inst_flags::…
|
| D | intrinsics_flags.inl.erb | 33 …:inst_flags::CAN_THROW) == 0 || (CLEAR_FLAGS & (compiler::inst_flags::REQUIRE_STATE | compiler::in…
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | ir_generator.rb | 133 elsif inst.dscr.flags.include?('require_state')
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | loop_idioms.cpp | 202 fillArray->ClearFlag(inst_flags::Flags::REQUIRE_STATE); in CreateArrayInitIntrinsic()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 801 save_state2.SetFlag(inst_flags::Flags::REQUIRE_STATE);
|
| 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()
|