Home
last modified time | relevance | path

Searched full:each (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb32 % Signatures::DEFINES.each do |ref, define|
41 % Signatures::PRIMITIVES.each do |ref, name|
46 % Signatures::TYPEDESCRIPTORS.each do |ref, name|
51 % Signatures::BUILTINS.each do |ref, desc|
56 % Signatures::BUILTINS.each do |ref, desc|
61 % Signatures::SIGNATURES.each do |ref, name|
69 % Signatures::DYNAMIC.each do |lang, data|
80 % Signatures::DYNAMIC.each do |lang, data|
91 % Signatures::DYNAMIC.each do |lang, data|
102 % Signatures::DYNAMIC.each do |lang, data|
[all …]
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dirtoc_interpreter_utils.h.erb25 % Panda::instructions.each do |i|
28 % Panda::prefixes.each do |p|
34 % Panda::instructions.each do |i|
37 % Panda::prefixes.each do |p|
44 % Panda::instructions.each do |i|
47 % Panda::prefixes.each do |p|
53 % Panda::instructions.each do |i|
56 % Panda::prefixes.each do |p|
68 % Panda::dispatch_table.handler_names.each do |name|
72 % Panda::dispatch_table.handler_names.each do |name|
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.rb34 data.defines.each do |define|
39 data.packages.each do |package|
43 data.primitives.each do |primitive|
48 data.typedescriptors.each do |typedescriptor|
53 data.builtins.each do |builtin|
59 data.signatures.each do |signature|
63 signature.params.each do |param|
72 data.dynamiclangs.each do |lang|
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib_list.inc.erb18 % Es2pandaLibApi::ast_nodes&.each do |ast_node|
24 % Es2pandaLibApi::scopes&.each do |scope|
30 % Es2pandaLibApi::ast_types&.each do |type|
36 % Es2pandaLibApi::ast_variables&.each do |variable|
44 % Es2pandaLibApi::classes&.each do |namespaceName, namespaceClasses|
45 % namespaceClasses&.each do |className, classData|
59 % Es2pandaLibApi::structs&.each do |structName, structData|
Des2panda_lib_decl.inc.erb19 % Es2pandaLibApi::ast_nodes&.each do |ast_node|
25 % Es2pandaLibApi::scopes&.each do |scope|
31 % Es2pandaLibApi::ast_types&.each do |type|
37 % Es2pandaLibApi::ast_variables&.each do |variable|
45 % Es2pandaLibApi::classes&.each do |namespaceName, namespaceClasses|
46 % namespaceClasses&.each do |className, classData|
73 % Es2pandaLibApi::structs&.each do |structName, structData|
Des2panda_lib_impl.inc.erb20 % Enums::enums&.each do |name, enum|
29 % enum.flags&.each do |flag|
50 % enum.flags&.each do |flag|
64 % Enums::enums&.each do |name, enum|
73 % enum.flags&.each do |flag|
90 % enum.flags&.each do |flag|
114 % Es2pandaLibApi::ast_nodes&.each do |ast_node|
130 % Es2pandaLibApi::scopes&.each do |scope|
146 % Es2pandaLibApi::ast_types&.each do |type|
162 % Es2pandaLibApi::ast_variables&.each do |variable|
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Descape_analysis.md15 At the end of the analysis each object allocation has a state describing if an allocation could be …
17 Escape analysis assigns a state to each basic block (BasicBlockState) that binds an object state to…
32 * set of phi instructions that should be inserted into each block;
34 * virtual object states at each materialization site;
35 * information about virtual inputs for each save state.
52 for each basic block:
57 for each inst from the block:
62 for each phi:
66 for each ref-typed instruction inst from block's live ins:
74 for each field from inst's virtual state:
[all …]
Dloop_unswitch_doc.md4 … of it by duplicating the loop's body, and placing a version of it inside each of the if and else …
7 Reduce branches count in the loop's body. Each of new loops can be separately optimized.
16 `Loop Unswitch` starts with original loop and iterates on each new loop (which was created while un…
17 On each iteration:
/arkcompiler/runtime_core/isa/templates/
Disa.md.erb18 % Panda::chapters.each do |c|
26 % Panda::groups.each do |g|
30 % g.instructions.each do |i|
40 % g.properties.each do |p|
46 % g.exceptions.each do |e|
51 % g.verification.each do |v|
/arkcompiler/runtime_core/static_core/isa/templates/
Disa.md.erb18 % Panda::chapters.each do |c|
26 % Panda::groups.each do |g|
30 % g.instructions.each do |i|
40 % g.properties.each do |p|
46 % g.exceptions.each do |e|
51 % g.verification.each do |v|
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb20 % LoggerData.components.each do |c|
31 % LoggerData.levels.each do |l|
43 % LoggerData.levels.each do |l|
55 % LoggerData.components.each do |c|
72 % LoggerData.dfx_components.each do |c|
85 % LoggerData.levels.each do |l|
97 % LoggerData.components.each do |c|
113 % LoggerData.levels.each do |l|
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb20 % LoggerData.components.each do |c|
31 % LoggerData.levels.each do |l|
43 % LoggerData.levels.each do |l|
55 % LoggerData.components.each do |c|
72 % LoggerData.dfx_components.each do |c|
85 % LoggerData.levels.each do |l|
97 % LoggerData.components.each do |c|
113 % LoggerData.levels.each do |l|
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb20 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
39 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
58 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
77 % Panda::formats.each do |fmt|
93 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
127 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
159 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
188 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
220 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
251 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dspec.rb34 nt_data['groups']&.each do |ntg|
56 sources.drop(1).each { |f| merge_spec(target, f) }
61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
71 @data['groups'].each do |g|
84 grp['instructions'].each do |i|
116 ntg['description'] && split(ntg['description']).each do |ntda|
127 ntg['instructions']&.each do |nti|
138 ntg['exceptions']&.each do |nte|
149 ntg['verification']&.each do |ntv|
163 description.split(/\./).each do |p|
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb34 nt_data['groups']&.each do |ntg|
56 sources.drop(1).each { |f| merge_spec(target, f) }
61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
71 @data['groups'].each do |g|
84 grp['instructions'].each do |i|
116 ntg['description'] && split(ntg['description']).each do |ntda|
127 ntg['instructions']&.each do |nti|
138 ntg['exceptions']&.each do |nte|
149 ntg['verification']&.each do |ntv|
163 description.split(/\./).each do |p|
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/
Dfull_md.erb16 <% full['chapters']&.each do |c| %>
24 <% full['groups']&.each do |g| %>
31 <% g['description_tests']&.each do |d| -%>
37 <% g['instructions']&.each do |i| -%>
54 <% g['properties']&.each do |p| -%>
60 <% g['exceptions_tests']&.each do |e| -%>
66 <% g['verification_tests']&.each do |v| -%>
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dfull_md.erb16 <% full['chapters']&.each do |c| %>
24 <% full['groups']&.each do |g| %>
31 <% g['description_tests']&.each do |d| -%>
37 <% g['instructions']&.each do |i| -%>
54 <% g['properties']&.each do |p| -%>
60 <% g['exceptions_tests']&.each do |e| -%>
66 <% g['verification_tests']&.each do |v| -%>
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
Dtag-isapi.rb19 ops.each do |op|
28 ops.each do |op|
37 ops.each do |op|
48 ops.each do |op|
63 ops.each do |op|
74 ops.each do |op|
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dirtoc.rb69 …# Macros, that are defined for the current script. Since each macros is just a method in Function …
78 (0..31).each { |i| define_method("r#{i}") { i } }
86 :rdi => 7}.each { |name, value| define_method(name) { value } }
125 @macros.each do |name|
145 Options.plugins[filename].each do |full_filename|
146 File.open(full_filename).readlines.each do |line|
155 File.open(filename).readlines.each do |line|
199 Options.input_files.each do |input_file|
205 # Compile each function for LLVM
206 Options.input_files.each do |input_file|
[all …]
/arkcompiler/ets_frontend/ets2panda/lexer/templates/
Dkeywords.h.erb28 % Keywords::extensions.each do |extension_name, desc|
39 % desc['keyword_starts'].each do |cp|
49 % desc['all_word_starts'].each do |cp|
58 % desc['all_words'].select { |kw| kw&.custom_handler&.include? extension_name}.each do |kw|
69 % desc['all_words'].select { |kw| kw&.custom_handler&.include? extension_name}.each do |kw|
75 % desc['keyword_starts'].each do |cp|
78 % kws.each do |kw|
84 % desc['tree'].each do |key, prefixes|
88 % prefixes.select{|p| !p.nil? }.each do |prefix|
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dbytecode_instruction-inl_gen.h.erb22 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
41 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
60 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
79 % Panda::formats.each do |fmt|
130 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
160 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
193 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
221 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
254 % q_insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
286 % insns_uniq_sort_fmts.each do |i|
[all …]
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb33 % EventsData.events.each do |event|
34 % event.fields.select(&:is_enum?).each do |field|
48 % EventsData.events.each do |event|
59 % EventsData.events.each do |event|
60 % event.fields.select(&:is_enum?).each do |field|
63 % field.enums.each do |enum|
75 % EventsData.events.each do |event|
77 % event.fields.each do |field|
86 % EventsData.events.each do |event|
102 % EventsData.events.each do |event|
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents_gen.h.erb33 % EventsData.events.each do |event|
34 % event.fields.select(&:is_enum?).each do |field|
48 % EventsData.events.each do |event|
59 % EventsData.events.each do |event|
60 % event.fields.select(&:is_enum?).each do |field|
63 % field.enums.each do |enum|
75 % EventsData.events.each do |event|
77 % event.fields.each do |field|
86 % EventsData.events.each do |event|
102 % EventsData.events.each do |event|
[all …]
/arkcompiler/runtime_core/libabckit/scripts/
Ddyn_inst_constructors_gen.rb34 isa.each { |isa_title|
35 isa_title['instructions'].each { |isa_inst|
63 insts.each { |inst|
79 inst.params.each { |param|
122 dyn_opcodes.each { |opcode|
131 insts.each { |inst|
143 inst.params.each { |param|
183 insts.each { |inst|
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_map.erb17 % TemplateData::get_lambda_data.each { |lambda_args_params|
21 …* Calls a defined callback function on each element of an array, and returns an array that contain…
23 …hree arguments. The map method calls the callbackfn function one time for each element in the arra…
38 …* Calls a defined callback function on each element of an array, and returns an array that contain…
40 …hree arguments. The map method calls the callbackfn function one time for each element in the arra…

12345678910>>...37