Home
last modified time | relevance | path

Searched refs:Dev (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/tools/deviceinfo/
H A Dllvm-omp-device-info.cpp22 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 Dhost_as_target.c18 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 DREADME.md1 # VS Code Extension For LLVM Dev
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A D_index.md12 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 DFileSystem.h246 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 Drtl.cpp1495 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 Domptarget.cpp1195 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 DPPCScheduleP7.td16 // IBM J. Res. & Dev. (55) 3. May/June 2011.
H A DPPCSchedule440.td19 // IBM J. Res. & Dev. 49 (2/3) March/May 2005.
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1300 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 DDiscourseMigrationGuide.md145 <tr><td>llvm-dev</td><td>Project Infrastructure/LLVM Dev List Archives</td></tr>