Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h44 uint64_t getDevice() const { return Device; } in getDevice() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp108 ID.AddInteger(UniqueID.getDevice()); in getHashValue()
H A DCIndex.cpp2323 Visitor->AddStmt(C->getDevice()); in VisitOMPDeviceClause()
4441 outID->data[0] = ID.getDevice(); in clang_getFileUniqueID()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp787 if (C->getDevice()) in VisitOMPDeviceClause()
788 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
H A DOpenMPClause.cpp1759 Node->getDevice()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDeviceClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5929 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
6637 Device = C->getDevice(); in EmitOMPTargetDataDirective()
6662 Device = C->getDevice(); in EmitOMPTargetEnterDataDirective()
6683 Device = C->getDevice(); in EmitOMPTargetExitDataDirective()
7075 Device = C->getDevice(); in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp1671 DeviceID = ID.getDevice(); in getTargetEntryUniqueInfo()
3198 if (I->getFirst()->getUniqueID().getDevice() == DeviceID && in createOffloadEntriesAndInfoMetadata()
4330 Device = C->getDevice(); in emitTaskInit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4717 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function
4720 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function
H A DRecursiveASTVisitor.h3486 TRY_TO(TraverseStmt(C->getDevice()));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6400 Record.AddStmt(C->getDevice()); in VisitOMPDeviceClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9807 ExprResult E = getDerived().TransformExpr(C->getDevice()); in TransformOMPDeviceClause()