Searched full:each (Results 1 – 25 of 341) sorted by relevance
12345678910>>...14
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger_impl_gen.inc.erb | 20 % 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|
|
| D | logger_enum_gen.h.erb | 19 % LoggerData.levels.each do |l| 26 % LoggerData.components.each do |c| 33 % LoggerData.dfx_components.each do |c|
|
| /arkcompiler/runtime_core/isa/templates/ |
| D | isa.md.erb | 18 % 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/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 34 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/libpandafile/templates/ |
| D | bytecode_instruction-inl_gen.h.erb | 20 % 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 …]
|
| D | bytecode_emitter_gen.h.erb | 22 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt| 58 % Panda::instructions.group_by(&:mnemonic).each do |mnemonic, group| 83 % signature.each do |arg| 93 % group.each do |i| 115 % Panda::instructions.each do |insn| 128 % uniq_fmt_jmps.each do |i| 152 % Panda::instructions.each do |insn| 168 % Panda::instructions.each do |insn| 192 % Panda::instructions.each do |insn| 211 % Panda::instructions.group_by(&:mnemonic).each do |mnemonic, group| [all …]
|
| D | type.h.erb | 26 % PandaFile::types.each do |type| 61 % PandaFile::types.each do |type| 72 % PandaFile::types.each do |type| 85 % PandaFile::types.each do |type| 96 % PandaFile::types.each do |type| 107 % PandaFile::types.each do |type| 195 % PandaFile::types.each do |type| 236 % PandaFile::types.each do |type|
|
| /arkcompiler/runtime_core/runtime/interpreter/templates/ |
| D | irtoc_interpreter_utils.h.erb | 23 % Panda::instructions.each do |i| 26 % Panda::prefixes.each do |p| 31 % Panda::instructions.each do |i| 34 % Panda::prefixes.each do |p| 43 % Panda::dispatch_table.handler_names.each do |name| 47 % Panda::dispatch_table.handler_names.each do |name|
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | bridge_dispatch_dyn.S.erb | 20 % formats.each do |fmt| 22 % insns.each do |insn| 28 % formats.each do |fmt| 30 % insns.each do |insn| 37 % formats.each do |fmt|
|
| D | bridge_dispatch.S.erb | 20 % formats.each do |fmt| 22 % insns.each do |insn| 28 % formats.each do |fmt|
|
| D | language_config_gen.inc.erb | 16 % Common::plugins.each do |plugin_lang, plugin_opts| 30 % Common::plugins.each do |plugin_lang, plugin_opts| 38 % Common::plugins.each do |plugin_lang, plugin_opts| 47 % Common::plugins.each do |plugin_lang, plugin_opts|
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | full_md.erb | 16 <% 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| -%>
|
| D | uncovered_md.erb | 18 <% uncovered.each do |v| %> 29 <% v['instructions']&.each do |i| -%> 42 <% v['exceptions']&.each do |e| -%> 50 <% v['verification']&.each do |x| -%>
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 58 …# Macros, that are defined for the current script. Since each macros is just a method in Function … 66 (0..31).each { |i| define_method("r#{i}") { i } } 74 :rdi => 7}.each { |name, value| define_method(name) { value } } 95 @macros.each do |name| 128 Options.plugins[filename].each do |full_filename| 129 File.open(full_filename).readlines.each do |line| 138 File.open(filename).readlines.each do |line| 182 Options.input_files.each do |input_file| 192 functions.reject(&:enable_builder).each(&:generate) 202 builder_functions.each(&:generate_builder) [all …]
|
| D | function.rb | 97 …@validation.each { |name, v| raise "#{@name}: no target arch in validation value: #{name}" unless … 205 @mode.each do |m| 214 @arguments.each { |inst| inst.emit_ir } 215 @constants.each { |_, inst| inst.emit_ir } 216 @registers.each { |_, inst| inst.emit_ir } 217 @basic_blocks.each {|bb| bb.emit_ir } 229 @constants.each { |_, inst| inst.generate_builder } 250 @basic_blocks[0...-1].each { |bb| 260 @basic_blocks.each do |bb| 269 …@basic_blocks[0...-1].each { |bb| Output.println("(*cur_bb)->GetLoop()->AppendBlock(bb_#{bb.index}… [all …]
|
| D | instructions_data.rb | 25 yaml_data['instructions'].each do |inst| 29 yaml_data['pseudo_instructions'].each do |inst| 34 yaml_data['types'].each do |type|
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events_gen.h.erb | 33 % 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/templates/messages/ |
| D | messages.h.erb | 30 % Messages.messages.each do |msg| 38 % Messages.messages.each do |msg| 54 % Messages.messages.each do |msg| 62 % Messages.messages.each do |msg| 70 % Messages.messages.each do |msg|
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_enum.inl.erb | 18 % Compiler::intrinsics.each do |intrinsic| 25 % Compiler::intrinsics.select{ |x| !x.is_irtoc? }.each do |intrinsic| 35 % Compiler::intrinsics.select(&:is_irtoc?).each do |intrinsic|
|
| D | can_encode_builtin.inl.erb | 25 % Compiler::intrinsics.select {|intrinsic| intrinsic.codegen_arch.include? 'amd64'}.each do |intrin… 38 % Compiler::intrinsics.select {|intrinsic| intrinsic.codegen_arch.include? 'arm64'}.each do |intrin… 51 % Compiler::intrinsics.select {|intrinsic| intrinsic.codegen_arch.include? 'arm32'}.each do |intrin… 63 % Compiler::intrinsics.select {|intrinsic| intrinsic.respond_to? 'can_encode_func'}.each do |intrin…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pandafile_isapi.rb | 25 operands.each do |op| 61 sig = format_ops(group.first.format).each { |o| o.width = storage_width(o.width) } 62 group.each do |insn| 67 sig.each do |o|
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 46 ['8', '16'].each do |from| 47 ['u32', 'u64'].each do |to| 54 ['8', '16'].each do |from| 60 [['u32', 'UINT32'], ['i32', 'INT32']].each do |from, from_type| 61 ['b', 'i8', 'u8', 'i16', 'u16', 'i64', 'u64'].each do |to| 68 ['b', 'u32', 'i32'].each do |to| 74 ['b', 'i32'].each do |to| 80 [['u32', 'UINT32'], ['i32', 'INT32'], ['u64', 'UINT64'], ['i64', 'INT64']].each do |from, from_type| 81 ['f32', 'f64'].each do |to| 88 ['f64', 'i32', 'u32', 'i64', 'u64'].each do |to| [all …]
|
| /arkcompiler/ets_frontend/es2panda/lexer/templates/ |
| D | keywords.h.erb | 40 % keywords.each do |group| 41 % group.each do |key, kw| 53 % functions.each do |key, prefixes| 57 % prefixes.select{|p| !p.nil? }.each do |prefix|
|
| D | keywordsMap.h.erb | 29 % keywords.each do |group| 40 % keywords.each do |group| 43 % group.each do |key, kw|
|
| /arkcompiler/runtime_core/templates/options/ |
| D | options.h.erb | 46 % Common::options.each do |op| 65 % Common::options.each do |op| 93 % op.lang.each do |lang| 112 % op.lang.each do |lang| 123 % Common::options.each do |op| 146 % Common::options.each do |op| 162 % Common::options.each do |op| 169 % Common::options.each do |op|
|
12345678910>>...14