Home
last modified time | relevance | path

Searched full:generated (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/static_core/compiler/
DCompilerIntrinsicsPostPlugins.cmake14 set(INTRINSICS_CODEGEN_EXT_INL_H ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_codegen_ext.inl…
23 set(INTRINSICS_IR_BUILD_STATIC_CALL_INL ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_ir_build…
32 set(INTRINSICS_IR_BUILD_VIRTUAL_CALL_INL ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_ir_buil…
41 set(INTRINSICS_GRAPH_CHECKER_INL ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_graph_checker.i…
50 set(INTRINSICS_IR_BUILD_INL_H ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_ir_build.inl.h)
59 set(INTRINSICS_CAN_ENCODE_INL ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_can_encode.inl)
68 set(INTRINSICS_LSE_HEAP_INV_ARGS_INL ${PANDA_BINARY_ROOT}/compiler/generated/intrinsics_lse_heap_in…
77 set(IR_DYN_BASE_TYPES_H ${PANDA_BINARY_ROOT}/compiler/generated/ir-dyn-base-types.h)
88 set(SOURCE_LANGUAGES_H ${PANDA_BINARY_ROOT}/compiler/generated/source_languages.h)
99 set(CODEGEN_LANGUAGE_EXTENSIONS_H ${PANDA_BINARY_ROOT}/compiler/generated/codegen_language_extensio…
[all …]
DBUILD.gn36 "$target_gen_dir/generated",
40 "/asm_defines/generated",
173 libarkcompiler_sources += [ "$target_gen_dir/generated/inst_builder_gen.cpp" ]
366 outputs = [ "$target_gen_dir/generated/inst_builder_gen.cpp.erb" ]
371 sources = "$target_gen_dir/generated"
372 destination = "$target_gen_dir/generated"
399 destination = "$target_gen_dir/generated"
418 destination = "$target_gen_dir/generated"
424 data = [ "$target_gen_dir/generated/compiler_options.yaml" ]
426 output_file = "$target_gen_dir/generated/compiler_options_gen.h"
[all …]
/arkcompiler/runtime_core/compiler/
DBUILD.gn20 "$target_gen_dir/generated",
82 libarkcompiler_sources += [ "$target_gen_dir/generated/inst_builder_gen.cpp" ]
237 destination = "$target_gen_dir/generated"
257 destination = "$target_gen_dir/generated"
270 destination = "$target_gen_dir/generated"
283 destination = "$target_gen_dir/generated"
291 output_file = "$target_gen_dir/generated/compiler_options_gen.h"
298 output_file = "$target_gen_dir/generated/cpu_features.inc"
305 output_file = "$target_gen_dir/generated/compiler_events_gen.h"
313 output_file = "$target_gen_dir/generated/compiler_logger_components.inc"
[all …]
/arkcompiler/runtime_core/static_core/irtoc/
DBUILD.gn22 "$root_build_dir/generated",
56 outputs = [ "$target_gen_dir/generated/irtoc_code.cpp" ]
58 outputs += [ "$target_gen_dir/generated/irtoc_code_llvm.cpp" ]
96 output_file = "$target_gen_dir/generated/irtoc_options_gen.h"
101 "$target_gen_dir/generated/irtoc_code.cpp",
135 sources += [ "$target_gen_dir/generated/irtoc_code_llvm.cpp" ]
163 outputs = [ "$ark_root_gen_dir/generated/irtoc_lib.o" ]
166 rebase_path("$ark_root_gen_dir/generated/irtoc_lib.o", root_build_dir),
173 outputs += [ "$ark_root_gen_dir/generated/irtoc_llvm_lib.o" ]
176 rebase_path("$ark_root_gen_dir/generated/irtoc_llvm_lib.o"),
/arkcompiler/runtime_core/static_core/cmake/third_party/typescript/
DCMakeLists.txt22 ${TYPESCRIPT_ROOT}/lib/cs/diagnosticMessages.generated.json
23 ${TYPESCRIPT_ROOT}/lib/de/diagnosticMessages.generated.json
25 ${TYPESCRIPT_ROOT}/lib/es/diagnosticMessages.generated.json
26 ${TYPESCRIPT_ROOT}/lib/fr/diagnosticMessages.generated.json
27 ${TYPESCRIPT_ROOT}/lib/it/diagnosticMessages.generated.json
28 ${TYPESCRIPT_ROOT}/lib/ja/diagnosticMessages.generated.json
29 ${TYPESCRIPT_ROOT}/lib/ko/diagnosticMessages.generated.json
103 ${TYPESCRIPT_ROOT}/lib/pl/diagnosticMessages.generated.json
105 ${TYPESCRIPT_ROOT}/lib/pt-br/diagnosticMessages.generated.json
106 ${TYPESCRIPT_ROOT}/lib/ru/diagnosticMessages.generated.json
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcheck_resolver.h33 * element of an array, in the generated code the redundant asm lenarr will be generated
34 * with ldarr and starr. Here lenarr is generated from IR LenArray and LenArray is an
36 * why dead lenarr remains. So we can also benefit from the size of generated bytecode
38 * However, these LenArray that are generated from asm lenarr should be keeped, as they
40 * since they can throw but they are not generated as inputs of check-instructions, We
DBUILD.gn134 destination = "$target_gen_dir/generated"
145 output_file = "$target_gen_dir/generated/bytecodeopt_options_gen.h"
153 output_file = "$target_gen_dir/generated/reg_encoder_visitors.inc"
161 output_file = "$target_gen_dir/generated/codegen_visitors.inc"
169 output_file = "$target_gen_dir/generated/codegen_intrinsics.cpp"
186 output_file = "$target_gen_dir/generated/codegen_call_intrinsics.inc"
194 output_file = "$target_gen_dir/generated/get_intrinsic_id.inc"
/arkcompiler/runtime_core/static_core/tests/cts-generator/
DREADME.md6 Tests are being generated during building.
21 -o, --output DIR Path to directory where tests will be generated (required)
31 -o cts-generated
72 -t cts-generated \
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
104 -o cts-generated
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
123 -t ./cts-generated/ \
136 -t ./cts-generated/ \
150 -t ./cts-generated/ \
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md6 Tests are being generated during building.
21 -o, --output DIR Path to directory where tests will be generated (required)
31 -o cts-generated
72 -t cts-generated \
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
104 -o cts-generated
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
123 -t ./cts-generated/ \
136 -t ./cts-generated/ \
150 -t ./cts-generated/ \
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake15 set(CODEGEN_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_visitors.inc)
29 set(REG_ENCODER_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/reg_encoder_visitors…
43 set(CODEGEN_INTRINSICS_CPP ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_intrinsics.cpp)
68 DESTINATION ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated
78 DESTINATION ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated
/arkcompiler/runtime_core/static_core/runtime/profiling/
Dprofiling-disasm-inl.h20 #include "runtime/profiling/generated/profiling_includes_disasm.h"
30 #include "runtime/profiling/generated/read_profile.h" in ReadProfile()
41 #include "runtime/profiling/generated/destroy_profile.h" in DestroyProfile()
53 #include "runtime/profiling/generated/find_method_in_profile.h" in FindMethodInProfile()
65 #include "runtime/profiling/generated/dump_profile.h" in DumpProfile()
/arkcompiler/runtime_core/static_core/runtime/asm_defines/
DBUILD.gn19 "$target_gen_dir/generated/",
40 output_dir = "$target_gen_dir/generated"
57 outputs = [ "$target_gen_dir/generated/asm_defines.h" ]
59 rebase_path("$target_gen_dir/generated/libasm_defines.S", root_build_dir),
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
DMakefile7 rm -rf dist generated src/generated examples/benchmarks/generated
/arkcompiler/runtime_core/static_core/scripts/sdk/
Dgen_headers.txt1 compiler/generated
2 libpandabase/generated
/arkcompiler/runtime_core/static_core/plugins/ets/
DGenerateStdLib.cmake15 # NOTE(ivan-tyulyandin): add array.sh and related generated files
16 # Preparations to check generated against used code equality
42 # Check generated against used code equality
49 …message(FATAL_ERROR "Generated ${file} is not equal to currently used ${file}, fix and rerun gener…
/arkcompiler/runtime_core/compiler/tests/amd64/
Dasmjit_test.cpp63 // Signature of the generated function. in TEST_F()
67 // Add the generated code to the runtime. in TEST_F()
106 // Signature of the generated function. in TEST_F()
110 // Add the generated code to the runtime. in TEST_F()
131 // Signature of the generated function. in TEST_F()
135 // Add the generated code to the runtime. in TEST_F()
155 // Signature of the generated function. in TEST_F()
159 // Add the generated code to the runtime. in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/
DBUILD.gn115 destination = "$target_gen_dir/generated"
126 output_file = "$target_gen_dir/generated/bytecodeopt_options_gen.h"
134 output_file = "$target_gen_dir/generated/reg_encoder_visitors.inc"
142 output_file = "$target_gen_dir/generated/codegen_visitors.inc"
150 output_file = "$target_gen_dir/generated/codegen_intrinsics.cpp"
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dasmjit_test.cpp67 // Signature of the generated function. in TEST_F()
71 // Add the generated code to the runtime. in TEST_F()
110 // Signature of the generated function. in TEST_F()
114 // Add the generated code to the runtime. in TEST_F()
135 // Signature of the generated function. in TEST_F()
139 // Add the generated code to the runtime. in TEST_F()
159 // Signature of the generated function. in TEST_F()
163 // Add the generated code to the runtime. in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake15 set(CODEGEN_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_visitors.inc)
29 set(REG_ENCODER_VISITORS_INC ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/reg_encoder_visitors…
43 set(CODEGEN_INTRINSICS_CPP ${PANDA_BINARY_ROOT}/bytecode_optimizer/generated/codegen_intrinsics.cpp)
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml50 description: Whether generated LLVM module should be dumped before optimization passes are run
54 description: Whether generated LLVM module should be dumped after optimization passes are run
58 description: Print generated code info
63 Whether llvm backend should dump generated object files.
103 description: Whether WRB are generated via builtin.
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake18 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
63 add_custom_target(${GEN_ARG_TARGET_NAME}) # Umbrella target for all generated files
87 # with name isa_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
157 # GENERATED_HEADER -- generated header
159 # Use "#include 'generated/GENERATED_HEADER"' to include the generated header
168 set(GENERATED_DIR ${CMAKE_CURRENT_BINARY_DIR}/panda_gen_options/generated)
203 set(GENERATED_DIR ${INCLUDE_DIR}/generated)
/arkcompiler/runtime_core/static_core/runtime/
DBUILD.gn32 "$target_gen_dir/generated",
264 sources += [ "$ark_root_gen_dir/generated/irtoc_lib.o" ]
266 sources += [ "$ark_root_gen_dir/generated/irtoc_llvm_lib.o" ]
453 "$target_gen_dir/generated",
632 destination = "$target_gen_dir/generated"
652 destination = "$target_gen_dir/generated"
681 output_file = "$target_gen_dir/generated/runtime_options_gen.h"
689 output_file = "$target_gen_dir/generated/shorty_values.h"
749 outputs = [ "$target_gen_dir/profiling/generated/read_profile.h" ]
754 outputs = [ "$target_gen_dir/profiling/generated/clear_profile.h" ]
[all …]
/arkcompiler/runtime_core/libark_defect_scan_aux/
DBUILD.gn16 "$target_gen_dir/generated",
50 destination = "$target_gen_dir/generated"
57 destination = "$target_gen_dir/generated"
/arkcompiler/runtime_core/static_core/cmake/
DTemplateBasedGen.cmake18 # with name ${data_name}_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
69 add_custom_target(${GEN_ARG_TARGET_NAME}) # Umbrella target for all generated files
95 # with name isa_gen_${PROJECT_NAME} for ease of declaring dependencies on generated files.
185 # GENERATED_HEADER -- generated header
187 # Use "#include 'generated/GENERATED_HEADER"' to include the generated header
196 set(GENERATED_DIR ${CMAKE_CURRENT_BINARY_DIR}/panda_gen_options/generated)
232 set(GENERATED_DIR ${INCLUDE_DIR}/generated)
/arkcompiler/runtime_core/static_core/libpandabase/
DLibpandabasePostPlugins.cmake34 set(OUTPUT ${CMAKE_BINARY_DIR}/libpandabase/generated/${OUTPUT_FILENAME})
57 set(SOURCE_LANGUAGE_H ${CMAKE_BINARY_DIR}/libpandabase/generated/source_language.h)
68 set(PLUGINS_REGMASKS_INL ${CMAKE_BINARY_DIR}/libpandabase/generated/plugins_regmasks.inl)

12345678910>>...16