Home
last modified time | relevance | path

Searched refs:map_to_device (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.h449 __isl_give isl_schedule *map_to_device(struct gpu_gen *gen,
H A Dgpu.c5282 __isl_give isl_schedule *map_to_device(struct gpu_gen *gen, in map_to_device() function
5687 schedule = map_to_device(gen, schedule, create_to_from_device); in generate()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3267 Schedule = map_to_device(PPCGGen, Schedule, CreateTransferToFromDevice); in generateGPU()