Home
last modified time | relevance | path

Searched refs:OMP_TGT_MAPTYPE_IMPLICIT (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dllmputil.h85 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dtgtutil.cpp301 if (map_type & OMP_TGT_MAPTYPE_IMPLICIT) { in _tgt_target_fill_size()
316 if(map_type & OMP_TGT_MAPTYPE_IMPLICIT) { in _tgt_target_fill_size()
360 final_maptype = OMP_TGT_MAPTYPE_IMPLICIT | OMP_TGT_MAPTYPE_TARGET_PARAM; in _tgt_target_fill_maptype()
365 if(final_maptype & OMP_TGT_MAPTYPE_IMPLICIT) { in _tgt_target_fill_maptype()
457 …SSCALAR(DTY(param_dtype)) && (targetinfo->symbols[i].map_type & OMP_TGT_MAPTYPE_IMPLICIT) || isMid… in tgt_target_fill_params()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/libomptarget/include/
H A Domptarget.h49 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h49 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h49 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/include/
H A Domptarget.h49 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h49 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/include/
H A Domptarget.h50 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Dprivate.h141 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/src/
H A Dprivate.h141 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/src/
H A Dprivate.h147 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Dprivate.h146 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Dprivate.h146 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/src/
H A Dprivate.h146 (ArgTypes[i] & OMP_TGT_MAPTYPE_IMPLICIT) ? "(implicit)" : ""; in printKernelArguments()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/include/
H A Domptarget.h48 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A Domptarget.cpp303 bool IsImplicit = arg_types[i] & OMP_TGT_MAPTYPE_IMPLICIT; in targetDataBegin()
495 bool IsImplicit = ArgTypes[I] & OMP_TGT_MAPTYPE_IMPLICIT; in targetDataEnd()
759 OMP_TGT_MAPTYPE_IMPLICIT;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/include/
H A Domptarget.h52 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/include/
H A Domptarget.h52 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp246 bool IsImplicit = arg_types[i] & OMP_TGT_MAPTYPE_IMPLICIT; in target_data_begin()
569 OMP_TGT_MAPTYPE_IMPLICIT;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/libomptarget/src/
H A Domptarget.cpp246 bool IsImplicit = arg_types[i] & OMP_TGT_MAPTYPE_IMPLICIT; in target_data_begin()
569 OMP_TGT_MAPTYPE_IMPLICIT;
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp245 bool IsImplicit = arg_types[i] & OMP_TGT_MAPTYPE_IMPLICIT; in target_data_begin()
546 OMP_TGT_MAPTYPE_IMPLICIT;
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/libomptarget/src/
H A Domptarget.cpp246 bool IsImplicit = arg_types[i] & OMP_TGT_MAPTYPE_IMPLICIT; in target_data_begin()
547 OMP_TGT_MAPTYPE_IMPLICIT;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/include/
H A Domptarget.h66 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/include/
H A Domptarget.h54 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/include/
H A Domptarget.h54 OMP_TGT_MAPTYPE_IMPLICIT = 0x200, enumerator

12