Lines Matching defs:ArgType
294 int64_t ArgSize, int64_t ArgType, map_var_info_t ArgNames,
302 (*MapperFuncPtr)((void *)&MapperComponents, ArgBase, Arg, ArgSize, ArgType,
530 int64_t ArgType;
535 PostProcessingInfo(void *HstPtr, int64_t Size, int64_t ArgType,
537 : HstPtrBegin(HstPtr), DataSize(Size), ArgType(ArgType),
553 for (auto &[HstPtrBegin, DataSize, ArgType, TPR] : EntriesInfo) {
559 if ((ArgType & OMP_TGT_MAPTYPE_MEMBER_OF) &&
560 !(ArgType & OMP_TGT_MAPTYPE_PTR_AND_OBJ)) {
591 const bool HasFrom = ArgType & OMP_TGT_MAPTYPE_FROM;
767 int64_t ArgType, AsyncInfoTy &AsyncInfo) {
774 if (ArgType & OMP_TGT_MAPTYPE_PRESENT) {
789 if (ArgType & OMP_TGT_MAPTYPE_TO) {
820 if (ArgType & OMP_TGT_MAPTYPE_FROM) {
858 uint64_t Size, int64_t ArgType,
870 ArgType, CurrentDim + 1, DimSize,
883 Ret = targetDataContiguous(Loc, Device, ArgsBase, Ptr, Size, ArgType,