Home
last modified time | relevance | path

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

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