Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake199 set(dst_file "${COMPILER_RT_OUTPUT_DIR}/${file_name}") variable
200 add_custom_command(OUTPUT ${dst_file}
202 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
204 add_custom_target(${target_name} DEPENDS ${dst_file})
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h54 rc_register_file dst_file,
Dradeon_compiler_util.c316 rc_register_file dst_file, in rc_src_reads_dst_mask() argument
320 if (src_file != dst_file || src_idx != dst_idx) { in rc_src_reads_dst_mask()
Dradeon_dataflow.c683 rc_register_file dst_file, in get_readers_for_single_write() argument
698 d->DstFile = dst_file; in get_readers_for_single_write()