Home
last modified time | relevance | path

Searched full:require_state (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dintrinsics.yaml31 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/
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/compiler/optimizer/ir/
Dinstructions.yaml100 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
Dgraph_checker.cpp69 // Check `require_state` flag in UserInputCheck()
74 std::cerr << "Incorrect 'require_state' flag in the inst: " << *inst); in UserInputCheck()
Dinst.h827 return GetFlag(inst_flags::REQUIRE_STATE); in RequireState()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp801 save_state2.SetFlag(inst_flags::Flags::REQUIRE_STATE);
Dir_builder_test.cpp396 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()
424 .ClearFlag(compiler::inst_flags::REQUIRE_STATE); in TEST_F()