Searched refs:ppcg_options (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/polly/lib/External/ppcg/ |
D | ppcg_options.c | 23 void ppcg_options_set_target_defaults(struct ppcg_options *options) in ppcg_options_set_target_defaults() 43 struct ppcg_options *options = opt; in set_target() 63 ISL_ARGS_START(struct ppcg_options, ppcg_opencl_options_args) 64 ISL_ARG_STR(struct ppcg_options, opencl_compiler_options, 0, "compiler-options", 66 ISL_ARG_BOOL(struct ppcg_options, opencl_use_gpu, 0, "use-gpu", 1, 68 ISL_ARG_STR_LIST(struct ppcg_options, opencl_n_include_file, 71 ISL_ARG_BOOL(struct ppcg_options, opencl_print_kernel_types, 0, 74 ISL_ARG_BOOL(struct ppcg_options, opencl_embed_kernel_code, 0, 78 ISL_ARGS_START(struct ppcg_options, ppcg_options_args) 79 ISL_ARG_CHILD(struct ppcg_options, isl, "isl", &isl_options_args, "isl options") [all …]
|
D | ppcg_options.h | 15 struct ppcg_options { struct 92 ISL_ARG_DECL(ppcg_options, struct ppcg_options, ppcg_options_args) argument 98 void ppcg_options_set_target_defaults(struct ppcg_options *options);
|
D | cpu.h | 8 struct ppcg_options; 11 struct ppcg_scop *ps, struct ppcg_options *options); 12 int generate_cpu(isl_ctx *ctx, struct ppcg_options *options,
|
D | polybench_test.sh.in | 43 ppcg_options=$2 46 if [ "x$ppcg_options" = "x" ]; then 49 ppcg_option_str=$ppcg_options 71 $CPPFLAGS -o $source_opt $ppcg_options 74 -o $source_opt $ppcg_options || exit
|
D | ppcg.h | 75 struct ppcg_options *options; 116 struct ppcg_options *options, 122 __isl_keep isl_schedule *schedule, struct ppcg_options *options);
|
D | cpu.c | 493 struct ppcg_options *options) in print_scop() 690 struct ppcg_options *options) in get_schedule() 713 __isl_take isl_schedule *schedule, struct ppcg_options *options) in print_cpu_with_schedule() 749 struct ppcg_scop *ps, struct ppcg_options *options) in print_cpu() 763 struct ppcg_scop *scop, struct ppcg_options *options) in generate() 777 struct ppcg_options *options = user; in print_cpu_wrap() 786 int generate_cpu(isl_ctx *ctx, struct ppcg_options *options, in generate_cpu()
|
D | Makefile.am | 54 ppcg_options.c \ 55 ppcg_options.h \
|
D | gpu.h | 205 struct ppcg_options *options; 381 struct ppcg_options *options; 438 struct ppcg_options *options,
|
D | opencl.h | 8 int generate_opencl(isl_ctx *ctx, struct ppcg_options *options,
|
D | cuda.h | 7 int generate_cuda(isl_ctx *ctx, struct ppcg_options *options,
|
D | schedule.h | 15 struct ppcg_options *options,
|
D | opencl_test.sh.in | 31 ppcg_options=$2
|
D | hybrid.h | 26 __isl_take isl_schedule_node *node, struct ppcg_options *options);
|
D | ppcg.c | 41 struct ppcg_options *ppcg; 876 struct ppcg_options *options) in ppcg_scop_from_pet_scop() 934 struct ppcg_options *options; 944 static int print_original(struct pet_scop *scop, struct ppcg_options *options) in print_original() 1003 struct ppcg_options *options, in ppcg_transform()
|
D | schedule.c | 134 struct ppcg_options *options, in ppcg_get_schedule()
|
D | Makefile.in | 115 schedule.$(OBJEXT) ppcg_options.$(OBJEXT) ppcg.$(OBJEXT) \ 610 ppcg_options.c \ 611 ppcg_options.h \ 738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcg_options.Po@am__quote@
|
D | print.c | 230 struct ppcg_options *options; in ppcg_print_macro()
|
D | hybrid.c | 1838 struct ppcg_options *options) in ppcg_ht_phase_isolate_full_tile_node() 1897 struct ppcg_options *options) in insert_space_tiling() 2084 __isl_take isl_schedule_node *node, struct ppcg_options *options) in ppcg_ht_bounds_insert_tiling()
|
D | grouping.c | 648 __isl_keep isl_schedule *schedule, struct ppcg_options *options) in ppcg_compute_schedule()
|
D | cuda.c | 717 int generate_cuda(isl_ctx *ctx, struct ppcg_options *options, in generate_cuda()
|
D | gpu.c | 1462 struct ppcg_options *options; 2780 struct ppcg_options *options) in snap_band_to_sizes() 5660 struct ppcg_options *options) in generate() 5715 struct ppcg_options *options, in generate_gpu()
|
/external/llvm-project/polly/lib/External/ |
D | CMakeLists.txt | 333 ppcg/ppcg_options.c
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PPCGCodeGeneration.cpp | 2556 ppcg_options *createPPCGOptions() { in createPPCGOptions() 2559 auto Options = (ppcg_options *)malloc(sizeof(ppcg_options)); in createPPCGOptions()
|