| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 33 clear_flags: [require_state, can_throw, heap_inv] 47 clear_flags: [require_state, can_throw, heap_inv] 61 clear_flags: [require_state, can_throw, heap_inv] 76 clear_flags: [require_state, can_throw, heap_inv] 91 clear_flags: [require_state, can_throw, heap_inv] 104 clear_flags: [require_state, can_throw, heap_inv] 119 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 134 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 149 clear_flags: [runtime_call, require_state, can_throw, heap_inv] 164 clear_flags: [runtime_call, require_state, can_throw, heap_inv] [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/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 | 109 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in BuildExpectedFillArrayFull() 402 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in FillLargeArrayWithConstantIterationsCountExpected()
|
| D | vn_test.cpp | 1217 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1224 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1239 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1246 .ClearFlag(compiler::inst_flags::REQUIRE_STATE) in TEST_F() 1284 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 | 1008 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 338 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 350 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 362 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 374 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 386 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 398 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 410 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 433 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 444 clear_flags: [require_state, runtime_call, can_throw, heap_inv] 455 clear_flags: [require_state, runtime_call, can_throw, heap_inv] [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/static_core/libpandabase/ |
| D | utils.rb | 20 …safe_flags = ["no_dce", "no_hoist", "no_cse", "barrier", "require_state", "runtime_call", "heap_in…
|
| /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 | 62 // Check `require_state` flag in UserInputCheck() 67 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
|
| D | inst.h | 828 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/plugins/ets/runtime/ |
| D | ets_compiler_intrinsics.yaml | 166 clear_flags: [ acc_read, require_state, can_throw, heap_inv, no_dce, no_cse, no_hoist ]
|
| D | ets_libbase_runtime.yaml | 1349 clear_flags: [ require_state, runtime_call, can_throw ] 1804 clear_flags: [require_state, runtime_call, can_throw]
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | ir_generator.rb | 132 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 | 814 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()
|