Searched refs:Dev (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/tools/deviceinfo/ |
| H A D | llvm-omp-device-info.cpp | 22 for (int Dev = 0; Dev < omp_get_num_devices(); Dev++) { in main() local 23 printf("Device (%d):\n", Dev); in main() 24 if (!__tgt_print_device_info(Dev)) in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | host_as_target.c | 18 static void check(char *X, int Dev) { in check() argument 20 #pragma omp target device(Dev) in check()
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/ |
| H A D | README.md | 1 # VS Code Extension For LLVM Dev
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | _index.md | 12 from the 2020 LLVM Dev Conference ([slides](https://llvm.org/devmtg/2020-09/slides/MLIR_Tutorial.pd…
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() argument 252 fs_st_dev(Dev), fs_st_nlinks(Links), fs_st_ino(Ino) {} in file_status()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 1495 CUdevice Dev; in initDeviceInfo() local 1496 CUresult Err = cuDeviceGet(&Dev, DeviceId); in initDeviceInfo() 1498 DeviceInfo->Device = reinterpret_cast<void *>(Dev); in initDeviceInfo()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | omptarget.cpp | 1195 PrivateArgumentManagerTy(DeviceTy &Dev, AsyncInfoTy &AsyncInfo) in PrivateArgumentManagerTy() argument 1196 : Device(Dev), AsyncInfo(AsyncInfo) {} in PrivateArgumentManagerTy()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP7.td | 16 // IBM J. Res. & Dev. (55) 3. May/June 2011.
|
| H A D | PPCSchedule440.td | 19 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1300 OffsetRange Dev = getOffsetRange(ED); in assignInits() local 1301 Ranges[I-Begin].intersect(Dev.shift(EV.Offset)); in assignInits()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | DiscourseMigrationGuide.md | 145 <tr><td>llvm-dev</td><td>Project Infrastructure/LLVM Dev List Archives</td></tr>
|