Home
last modified time | relevance | path

Searched defs:Device (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h27 uint64_t Device; variable
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID()
/openbsd-src/games/trek/
H A Dexterns.c39 const struct device Device[NDEV] = variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm100 CoreSimulatorSupport::Device::Device() : m_dev_type(), m_dev_runtime() {} function
102 CoreSimulatorSupport::Device::Device(id d) function
H A DPlatformiOSSimulatorCoreSimulatorSupport.h49 friend class Device; variable
/openbsd-src/gnu/llvm/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp101 CUdevice Device; in main() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSyncScope.h116 Device = 2, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp306 std::random_device Device; in waitForUnlock() local
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp122 static StringRef getDeviceFileExtension(StringRef Device, in getDeviceFileExtension()
132 StringRef Device) { in getDeviceLibraryFileName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6560 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device( in emitCommonOMPTargetDirective() local
6925 llvm::Value *Device = nullptr; in EmitOMPInteropDirective() local
7324 const Expr *Device = nullptr; in EmitOMPTargetDataDirective() local
7349 const Expr *Device = nullptr; in EmitOMPTargetEnterDataDirective() local
7370 const Expr *Device = nullptr; in EmitOMPTargetExitDataDirective() local
7762 const Expr *Device = nullptr; in EmitOMPTargetUpdateDirective() local
H A DCGOpenMPRuntime.cpp3945 const Expr *Device = nullptr; in emitTaskInit() local
9814 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
10646 const Expr *Device, const RegionCodeGenTy &CodeGen, in emitTargetDataCalls()
10793 const Expr *Device) { in emitTargetDataStandAloneCall()
12616 llvm::PointerIntPair<const Expr *, 2, OpenMPDeviceClauseModifier> Device, in emitTargetCall()
12652 const Expr *Device, const RegionCodeGenTy &CodeGen, in emitTargetDataCalls()
12659 const Expr *Device) { in emitTargetDataStandAloneCall()
/openbsd-src/sys/stand/efi/include/
H A Defidevp.h85 UINT8 Device; member
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3768 omp::OMPInteropType InteropType, Value *Device, Value *NumDependences, in createOMPInteropInit()
3796 const LocationDescription &Loc, Value *InteropVar, Value *Device, in createOMPInteropDestroy()
3823 Value *InteropVar, Value *Device, in createOMPInteropUse()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1977 Expr *Device, SourceLocation StartLoc, in RebuildOMPDeviceClause()
2055 Expr *Device, SourceLocation StartLoc, in RebuildOMPGrainsizeClause()
H A DSemaOpenMP.cpp20758 Expr *Device, SourceLocation StartLoc, in ActOnOpenMPDeviceClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4951 Stmt *Device = nullptr; variable