Home
last modified time | relevance | path

Searched defs:ArgSizes (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A DLegacyAPI.cpp18 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 Dinterface.cpp69 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 Domptarget.cpp413 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 Dprivate.h157 const int32_t ArgNum, const int64_t *ArgSizes, in printKernelArguments()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h118 int64_t *ArgSizes; // Size of the argument data in bytes. member
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h954 AllocaInst *ArgSizes = nullptr; member
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp1634 std::vector<int> ArgSizes(NumArgs); in createLaunchParameters() local
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3812 AllocaInst *ArgSizes = Builder.CreateAlloca(ArrI64Ty); in createMapperAllocas() local