Searched full:require_state (Results 1 – 8 of 8) sorted by relevance
| /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/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/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()
|