Home
last modified time | relevance | path

Searched defs:prog (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dcuda.c75 struct gpu_prog *prog) in declare_device_arrays()
91 __isl_take isl_printer *p, struct gpu_prog *prog) in allocate_device_arrays()
116 struct gpu_prog *prog) in free_device_arrays()
322 struct gpu_prog *prog, struct ppcg_kernel *kernel) in print_kernel_header()
337 static void print_kernel_headers(struct gpu_prog *prog, in print_kernel_headers()
514 struct gpu_prog *prog) in init_device()
529 struct gpu_prog *prog) in clear_device()
549 __isl_keep isl_ast_node *node, struct gpu_prog *prog) in print_device_node()
582 struct gpu_prog *prog; member
665 struct gpu_prog *prog, __isl_keep isl_ast_node *tree, in print_host_code()
[all …]
H A Dgpu.c61 void collect_references(struct gpu_prog *prog, in collect_references()
141 struct gpu_prog *prog) in is_read_only_scalar()
185 static int extract_array_info(struct gpu_prog *prog, in extract_array_info()
379 static void free_array_info(struct gpu_prog *prog) in free_array_info()
2049 struct gpu_prog *prog; member
2830 struct gpu_prog *prog) in extract_context()
4366 struct gpu_prog *prog) in construct_schedule_constraints()
5291 struct gpu_prog *prog; in map_to_device() local
5662 struct gpu_prog *prog; in generate() local
5790 struct gpu_prog *prog; in gpu_prog_alloc() local
[all …]
H A Dgpu_print.c22 struct gpu_prog *prog) in gpu_print_local_declarations()
278 struct gpu_types *types, struct gpu_prog *prog) in gpu_print_types()
H A Dgpu.h223 struct gpu_prog *prog; member
383 struct gpu_prog *prog; member
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dread_binary_name_regtest.c47 struct sock_fprog prog; in main() local
/llvm-project-15.0.7/flang/test/Lower/
H A Darray-constructor-1.f9039 program prog program
H A Dzero-size.f9034 program prog program
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ios_commands/
H A Diossim_run.py30 prog = sys.argv[1] variable
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DPostfixExpressionTest.cpp109 ParseFPOAndStringify(llvm::StringRef prog) { in ParseFPOAndStringify()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DPostfixExpression.cpp89 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_arg.c682 static const char *prog_name(const char *prog) in prog_name()
715 static void print_help_and_exit(struct isl_arg *arg, const char *prog, in print_help_and_exit()
1246 static void check_help(struct isl_args *args, char *arg, char *prog, void *opt, in check_help()
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py190 prog, argument
1062 prog, argument
1557 prog=None, argument
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp71 StringRef prog; member in lld::coff::__anonb3b876050111::Executor