Home
last modified time | relevance | path

Searched full:clear_flags (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.yaml47 clear_flags: [ ]
58 clear_flags: [ ]
69 clear_flags: [ ]
80 clear_flags: [ ]
91 clear_flags: [ ]
102 clear_flags: [ ]
113 clear_flags: [ ]
124 clear_flags: [ ]
135 clear_flags: [ ]
146 clear_flags: [ ]
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Druntime.yaml46 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/
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/static_core/plugins/ets/runtime/
Dets_libbase_runtime.yaml57 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 …]
Dets_compiler_intrinsics.yaml33 clear_flags: [ ]
45 clear_flags: [ ]
57 clear_flags: [ ]
69 clear_flags: [ ]
81 clear_flags: [ ]
93 clear_flags: [ ]
105 clear_flags: [ ]
117 clear_flags: [ ]
129 clear_flags: [ ]
141 clear_flags: [ ]
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb20 % if Compiler::intrinsics.any? {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.e…
23 % Compiler::intrinsics.select {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.em…
26 …constexpr auto clear_flags = <%= intrinsic.clear_flags.empty? ? "0U" : intrinsic.clear_flags.colle…
28 …static_assert((set_flags & clear_flags) == 0, "<%= intrinsic.enum_name %> clear_flags cannot inter…
30 …static_assert((clear_flags & compiler::inst_flags::REQUIRE_STATE) == 0, "<%= intrinsic.enum_name %…
32 % if !intrinsic.clear_flags.empty?
33 inst->ClearFlag(static_cast<inst_flags::Flags>(clear_flags));
36 …static_assert((set_flags & compiler::inst_flags::CAN_THROW) == 0 || (clear_flags & (compiler::inst…
Dintrinsic_flags_test.inl.erb19 …constexpr auto clear_flags = <%= intrinsic.clear_flags.empty? ? "0U" : intrinsic.clear_flags.colle…
23 inst->SetFlag(static_cast<inst_flags::Flags>(clear_flags));
/arkcompiler/runtime_core/static_core/irtoc/
Dintrinsics.yaml32 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/optimizer/templates/intrinsics/
Dintrinsics_flags.inl.erb20 % if Compiler::intrinsics.any? {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.e…
23 % Compiler::intrinsics.select {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.em…
26 …constexpr auto CLEAR_FLAGS = <%= intrinsic.clear_flags.empty? ? "0U" : intrinsic.clear_flags.colle…
28 …static_assert((SET_FLAGS & CLEAR_FLAGS) == 0, "<%= intrinsic.enum_name %> CLEAR_FLAGS cannot inter…
29 % if !intrinsic.clear_flags.empty?
30 inst->ClearFlag(static_cast<inst_flags::Flags>(CLEAR_FLAGS));
33 …static_assert((SET_FLAGS & compiler::inst_flags::CAN_THROW) == 0 || (CLEAR_FLAGS & (compiler::inst…
Dintrinsic_flags_test.inl.erb19 …constexpr auto CLEAR_FLAGS = <%= intrinsic.clear_flags.empty? ? "0U" : intrinsic.clear_flags.colle…
23 inst->SetFlag(static_cast<inst_flags::Flags>(CLEAR_FLAGS));
/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics.yaml.erb52 clear_flags: <%= intrinsic.respond_to?(:clear_flags) ? intrinsic.clear_flags : [] %>