Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h449 __isl_give isl_schedule *map_to_device(struct gpu_gen *gen,
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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3239 Schedule = map_to_device(PPCGGen, Schedule, CreateTransferToFromDevice); in generateGPU()