Home
last modified time | relevance | path

Searched refs:copy_in (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/libcxx/test/
Dexecutor.py103 def copy_in(self, local_srcs, remote_dsts): member in RemoteExecutor
138 self.copy_in(srcs, dsts)
/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c5176 isl_union_map *read, *copy_in; in add_to_from_device() local
5224 copy_in = isl_union_map_union(read, not_written); in add_to_from_device()
5225 copy_in = isl_union_map_apply_range(copy_in, in add_to_from_device()
5229 isl_union_map_range(copy_in)); in add_to_from_device()