Home
last modified time | relevance | path

Searched full:generate (Results 1 – 25 of 159) sorted by relevance

1234567

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator_test.cpp39 void Generate() override in Generate() function in panda::compiler::CodegenStatisticGenerator
46 auto it = inst_generator_.Generate(op.first); in Generate()
65 auto intrinsics = inst_generator_.Generate(Opcode::Intrinsic); in Generate()
102 stat_gen_arm64.Generate(); in TEST_F()
118 stat_gen_arm32.Generate(); in TEST_F()
134 stat_gen_amd64.Generate(); in TEST_F()
314 void Generate(Opcode opc, std::pair<param_type, param_type> vals) in Generate() function in panda::compiler::ArithGenerator
316 Generate(opc, std::make_tuple(vals.first, vals.second, static_cast<param_type>(0))); in Generate()
320 void Generate(Opcode opc, std::tuple<param_type, param_type, param_type> vals) in Generate() function in panda::compiler::ArithGenerator
322 auto it = inst_generator_.Generate(opc); in Generate()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb55 opts.banner = 'Usage: generate-cts.rb [options]'
56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)')
60 opts.on('--skip-header', 'Do not generate test headers')
61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2…
104 raise 'Schema validation error, please update template to match schema to generate tests'
DREADME.md17 Usage: generate-cts.rb [options]
18 -t, --template FILE Path to template yaml file to generate tests (required)
28 ${PANDA_SRC_ROOT}/tests/cts-generator/generate-cts.rb \
34 This command will generate CTS tests using provided template file. Template is validated using sche…
97 ### How to generate all test not using cmake/make
101 ./generate-cts.rb \
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb91 ReportMd.new(summary.report).generate
92 UncoveredMd.new(summary.uncovered).generate(options.uncovered_md) if options.uncovered_md
93 FullMd.new(fullspec.data).generate(options.full_md) if options.full_md
94 OrphanedMd.new(fullspec.orphaned).generate(options.orphaned_md) if options.orphaned_md
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake16 # Generate files based on templates and YAML data provided.
22 # * TEMPLATES -- a list of templates to generate files
90 # * TEMPLATES -- a list of templates to generate files
121 # Generate file for a template and YAML data provided.
146 COMMENT "Generate file for ${ARG_TEMPLATE}"
166 # Generate a options header
/arkcompiler/ets_frontend/ts2panda/scripts/
Dgenerate_plugin.py17 Description: Generate interface to get java plugin's js code and binary
122 # generate getJsCode%s
135 # generate getJsCode
157 # generate separate methods for js bytecode with ARRAY_MAX
170 # generate a method collect all separated arrays
/arkcompiler/runtime_core/docs/
Ddoxygen.config83 # information to generate all constant output in the proper language.
134 # doxygen will generate a detailed section even if there is only a brief
176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
520 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
666 # list will mention the files that were used to generate the documentation.
738 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
[all …]
/arkcompiler/runtime_core/runtime/asm_defines/
Ddefines_generator.rb24 def generate(input_file, output_file) method
38 generate ARGV[0], ARGV[1]
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-18-04-arm-dev29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
Dubuntu-18-04-dev29 doxygen=1.8.13-* # For generate documentation
30 graphviz=2.40.1-* # For generate graphs in documentation
Dubuntu-20-04-dev29 doxygen=1.8.17-* # For generate documentation
30 graphviz=2.42.2-* # For generate graphs in documentation
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
Dsnapshotserializebuiltins_fuzzer.cpp30 // generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest()
34 // create vm and generate builtins.snapshot file in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/runtime_core/cross_values/
Dcross_values_generator.rb29 def generate(input_file, output_file) method
48 generate ARGV[0], ARGV[1]
Dcross_values_getters_generator.rb35 def generate(input_file, output_file) method
76 generate ARGV[0], ARGV[2]
/arkcompiler/runtime_core/
Dark_config.gni57 # Generate file for a template and YAML data provided.
168 # Generate files based on templates and YAML data provided.
174 # * template_files -- a list of templates to generate files
235 # * template_files -- a list of templates to generate files
/arkcompiler/runtime_core/gn/ark/runtime_core/
Dark_config.gni69 # Generate file for a template and YAML data provided.
180 # Generate files based on templates and YAML data provided.
186 # * template_files -- a list of templates to generate files
247 # * template_files -- a list of templates to generate files
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml90 - name: paoc-generate-symbols
93 description: Generate symbols for compiled methods (always true in debug builds)
/arkcompiler/ets_frontend/es2panda/aot/
DemitFiles.cpp29 // generate abcs in Schedule()
48 // generate cache protoBins in Schedule()
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md51 #### `--paoc-generate-symbols`
53 - Generate symbols for compiled methods (always true in debug builds).
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-report-generation.puactivity22 :Generate report in html format;
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-3/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-2/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/
Dexpected.txt15 [Patch] Found unsupported change in file, will not generate patch!

1234567