Searched defs:ArgSizes (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | LegacyAPI.cpp | 18 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_begin() 26 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_data_begin_nowait() 38 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_end() 46 int64_t *ArgSizes, int64_t *ArgTypes) { in __tgt_target_data_update() 54 int64_t *ArgSizes, int64_t *ArgTypes, int32_t DepNum, void *DepList, in __tgt_target_data_update_nowait() 76 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_mapper() 85 void **ArgsBase, void **Args, int64_t *ArgSizes, in __tgt_target() 104 void **ArgsBase, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_nowait_mapper() 116 int64_t *ArgSizes, int64_t *ArgTypes, in __tgt_target_teams_mapper() 140 void **Args, int64_t *ArgSizes, in __tgt_target_teams_nowait() [all …]
|
| H A D | interface.cpp | 69 void **Args, int64_t *ArgSizes, in __tgt_target_data_begin_mapper() 105 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_begin_nowait_mapper() 119 void **Args, int64_t *ArgSizes, in __tgt_target_data_end_mapper() 154 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_end_nowait_mapper() 165 void **Args, int64_t *ArgSizes, in __tgt_target_data_update_mapper() 191 void **Args, int64_t *ArgSizes, int64_t *ArgTypes, map_var_info_t *ArgNames, in __tgt_target_data_update_nowait_mapper()
|
| H A D | omptarget.cpp | 413 void **ArgsBase, void **Args, int64_t *ArgSizes, in targetDataBegin() 678 void **ArgBases, void **Args, int64_t *ArgSizes, in targetDataEnd() 1034 void **ArgsBase, void **Args, int64_t *ArgSizes, in targetDataUpdate() 1324 int64_t *ArgSizes, int64_t *ArgTypes, in processDataBefore() 1455 int64_t *ArgSizes, int64_t *ArgTypes, in processDataAfter() 1488 void **ArgBases, void **Args, int64_t *ArgSizes, int64_t *ArgTypes, in target()
|
| H A D | private.h | 157 const int32_t ArgNum, const int64_t *ArgSizes, in printKernelArguments()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | omptarget.h | 118 int64_t *ArgSizes; // Size of the argument data in bytes. member
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 954 AllocaInst *ArgSizes = nullptr; member
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 1634 std::vector<int> ArgSizes(NumArgs); in createLaunchParameters() local
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3812 AllocaInst *ArgSizes = Builder.CreateAlloca(ArrI64Ty); in createMapperAllocas() local
|