Home
last modified time | relevance | path

Searched refs:unroll_gpu_tile (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_hybrid.c90 if (gen->options->unroll_gpu_tile) in update_phase()
95 if (gen->options->unroll_gpu_tile) in update_phase()
Dppcg_options.h69 int unroll_gpu_tile; member
Dppcg_options.c128 ISL_ARG_BOOL(struct ppcg_options, unroll_gpu_tile, 0, "unroll-gpu-tile", 0,
Dgpu.c4131 if (gen->options->unroll_gpu_tile) in mark_outer_permutable()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2593 Options->unroll_gpu_tile = false; in createPPCGOptions()