Home
last modified time | relevance | path

Searched full:depends (Results 1 – 25 of 68) sorted by relevance

123

/arkcompiler/runtime_core/compiler/cmake/
Dbenchmark_coverage.cmake14 add_custom_target(benchmark_coverage DEPENDS benchmark_coverage_arm64 benchmark_coverage_x86_64 ben…
17 add_custom_target(benchmark_coverage_arm64 DEPENDS benchmark_coverage_arm64_aot benchmark_coverage_…
18 add_custom_target(benchmark_coverage_arm64_aot DEPENDS benchmark_coverage_arm64_aot pandasm paoc)
19 add_custom_target(benchmark_coverage_arm64_jit DEPENDS benchmark_coverage_arm64_jit pandasm paoc)
20 add_custom_target(benchmark_coverage_arm64_osr DEPENDS benchmark_coverage_arm64_osr pandasm paoc)
23 add_custom_target(benchmark_coverage_x86_64 DEPENDS benchmark_coverage_x86_64_aot benchmark_coverag…
24 add_custom_target(benchmark_coverage_x86_64_aot DEPENDS benchmark_coverage_x86_64_aot pandasm paoc)
25 add_custom_target(benchmark_coverage_x86_64_jit DEPENDS benchmark_coverage_x86_64_jit pandasm paoc)
28 add_custom_target(benchmark_coverage_arm DEPENDS benchmark_coverage_arm_jit)
29 add_custom_target(benchmark_coverage_arm_jit DEPENDS benchmark_coverage_arm_jit pandasm paoc)
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake77 DEPENDS ${assembler_target} "${source_file}")
79 add_custom_target(${ARG_TARGET} DEPENDS "${binary_file}")
101 # [DEPENDS <dependency>...]
136 # DEPENDS
165 …set(multiValues DEPENDS RUNTIME_OPTIONS COMPILER_OPTIONS ENTRY_ARGUMENTS PRLIMIT_OPTIONS ADDITIONA…
210 DEPENDS ${assembler} "${ARG_FILE}")
284 DEPENDS ${aot_compile_depends})
308 DEPENDS ${aot_compiler} "${binary_file}" compiler_stats_dir)
350 DEPENDS ${panda_cli} ${panda_stdlib} "${binary_file}" ${aot_file})
371 # [DEPENDS <dependency>...]
[all …]
DPostPlugins.cmake20 DEPENDS ${YAML_FILES}
22 add_custom_target(plugin_options_merge DEPENDS ${GEN_PLUGIN_OPTIONS_YAML})
DTemplateBasedGen.cmake80 add_custom_target(${TARGET} DEPENDS ${OUTPUT_FILE})
148 DEPENDS ${DEPENDS_LIST} ${ARG_EXTRA_DEPENDENCIES} ${ARG_REQUIRES}
180 add_custom_target(${GEN_OPTIONS_TARGET}_options DEPENDS ${OPTIONS_H})
224 add_custom_target(${ARG_TARGET}_messages DEPENDS ${MESSAGES_H})
DCommonTesting.cmake79 # DEPENDS ${ARG_NAME})
137 DEPENDS ${ARG_NAME} ${ARG_DEPS_TARGETS}
170 DEPENDS ${ARG_NAME} ${ARG_DEPS_TARGETS}
/arkcompiler/runtime_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake24 add_custom_target(bytecode_optimizer_codegen_visitors_inc DEPENDS
38 add_custom_target(bytecode_optimizer_reg_encoder_visitors_inc DEPENDS
52 add_custom_target(bytecode_optimizer_codegen_intrinsics_cpp DEPENDS
/arkcompiler/runtime_core/libpandabase/
DLibpandabasePostPlugins.cmake21 DEPENDS ${LOGGER_GENERATOR} ${LOGGER_CORE_FILE} plugin_options_merge
23 add_custom_target(logger_yaml_gen DEPENDS ${LOGGER_FILE})
43 add_custom_target(logger_gen_${OUTPUT_FILENAME} DEPENDS ${OUTPUT})
/arkcompiler/runtime_core/runtime/
Dintrinsics.cmake18 set(multiValues DATAFILES DEPENDS)
34 DEPENDS ${DEPENDS_LIST})
35 add_custom_target(${ARG_TARGET} ALL DEPENDS ${ARG_OUTPUTFILE})
DRuntimeOptionsPostPlugins.cmake20 DEPENDS ${RUNTIME_YAML_FILES}
22 add_custom_target(runtime_options_merge DEPENDS ${GEN_RUNTIME_OPTIONS_YAML})
DRuntimeIrtocPostPlugins.cmake32 add_custom_target(plugins_defines_h DEPENDS
41 add_custom_target(plugins_asm_defines_def DEPENDS
DRuntimeEntrypointsPostPlugins.cmake22 DEPENDS ${ENTRYPOINT_YAML_FILES}
24 add_custom_target(entrypoints_yaml_merge DEPENDS ${GEN_ENTRYPOINTS_YAML})
/arkcompiler/runtime_core/compiler/
DCompilerInstTemplatesPostPlugins.cmake20 DEPENDS ${INST_TEMPLATES_YAML_FILES}
22 add_custom_target(inst_templates_merge DEPENDS ${INST_TEMPLATES_GEN_YAML})
DCompilerIntrinsicsPostPlugins.cmake86 add_custom_target(ir_dyn_base_types_h DEPENDS ${IR_DYN_BASE_TYPES_H})
97 add_custom_target(source_languages_h DEPENDS ${SOURCE_LANGUAGES_H})
153 add_custom_target(compiler_intrinsics DEPENDS
DCMakeLists.txt122 add_custom_target(compiler_options_gen DEPENDS ${COMPILER_OPTIONS_GEN_H})
131 add_custom_target(compiler_events_gen DEPENDS ${COMPILER_EVENTS_GEN_H})
140 add_custom_target(compiler_logger_components_gen DEPENDS ${COMPILER_LOGGER_COMPONENTS_GEN_H})
149 add_custom_target(cpu_features_gen DEPENDS ${CPU_FEATURES_GEN_H})
606 DEPENDS asm_generate)
608 add_custom_target(${TEST} DEPENDS ${TEST_ASM})
/arkcompiler/runtime_core/isa/
DIsaPostPlugins.cmake27 DEPENDS ${ISA_COMBINE} ${ISA_CORE_FILE} ${ISA_PLUGIN_FILES}
29 add_custom_target(isa_plugin_gen DEPENDS ${ISA_FILE})
DCMakeLists.txt37 DEPENDS ${ISA_FILE} ${ISA_GEN_RB} ${ISA_ASSERTS} ${ISAPI}
39 add_custom_target(isa_assert DEPENDS ${ASSERT_MARKER})
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt137 DEPENDS "$<TARGET_FILE:ark_asm>" "$<TARGET_FILE:ark>" "$<TARGET_FILE:arkquick>"
192DEPENDS "$<TARGET_FILE:ark_asm>" "$<TARGET_FILE:ark>" "$<TARGET_FILE:arkquick>" "$<TARGET_FILE:ver…
203 add_custom_target(cts-generator-build DEPENDS ${OUTPUT_FILES})
206 add_custom_target(cts-generator DEPENDS cts-generator-build ${OUTPUT_RUN})
/arkcompiler/runtime_core/cross_values/
DCMakeLists.txt134 DEPENDS ${ASM_DIR}/${ASM_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/cross_values_generator.rb
138 DEPENDS ${OUTPUT_DIR}/${OUTPUT_FILE}
207 DEPENDS ${ASM_DEFINES_INPUT}
223DEPENDS cross_values_generator ${CMAKE_CURRENT_SOURCE_DIR}/cross_values_getters_generator.rb $<TAR…
227 DEPENDS ${OUTPUT_DIR}/${OUTPUT_FILE}
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake14 add_custom_target(bytecode_optimizer_coverage DEPENDS bytecodeopt_unit_tests)
42 add_custom_target(bo_coverage DEPENDS bytecodeopt_unit_tests) # Execute tests
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt27 DEPENDS ${DEPENDENCIES})
28 add_custom_target(type_to_pandasm_type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
147 DEPENDS ${assembler_target} "${CPB_FILE_SRC}")
151 DEPENDS "${CPB_FILE_DST}")
/arkcompiler/runtime_core/irtoc/
DCMakeLists.txt80 DEPENDS ${IRTOC_LANG_SOURCES}
137DEPENDS ${IRTOC_LANG_SOURCES} ${ARG_INPUT_FILES} ${ISA} ${ISAPI} ${IRTOC_SOURCE_DIR}/s…
140 add_custom_target(${ARG_TARGET} DEPENDS ${ARG_OUTPUT_FILE} irtoc_plugins_txt)
/arkcompiler/runtime_core/runtime/asm_defines/
DCMakeLists.txt77 DEPENDS asm_defines ${ASM_DIR}/${ASM_FILE} ${CMAKE_CURRENT_SOURCE_DIR}/defines_generator.rb
81 DEPENDS ${OUTPUT_DIR}/${OUTPUT_FILE}
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt46 DEPENDS ${DEPENDENCIES})
47 add_custom_target(type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/runtime_core/tests/checked/
DCMakeLists.txt24 DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/checker_tests.rb)
37 DEPENDS ${assembler} "${ARG_FILE}"
121 DEPENDS ${BINARY_FILE} ${EXT_FILES})
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt160 DEPENDS ${deps}
181 DEPENDS ${deps}
196 DEPENDS ${deps}
213 DEPENDS ${deps}

123