Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h47 uint64_t getDevice() const { return Device; } in getDevice() function
68 return hash_value(std::make_pair(Tag.getDevice(), Tag.getFile()));
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp105 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp108 ID.AddInteger(UniqueID.getDevice()); in getHashValue()
H A DCIndex.cpp2454 Visitor->AddStmt(C->getDevice()); in VisitOMPDeviceClause()
4667 outID->data[0] = ID.getDevice(); in clang_getFileUniqueID()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp814 if (C->getDevice()) in VisitOMPDeviceClause()
815 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
H A DOpenMPClause.cpp1912 Node->getDevice()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDeviceClause()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6563 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
6927 Device = EmitScalarExpr(C->getDevice()); in EmitOMPInteropDirective()
7326 Device = C->getDevice(); in EmitOMPTargetDataDirective()
7351 Device = C->getDevice(); in EmitOMPTargetEnterDataDirective()
7372 Device = C->getDevice(); in EmitOMPTargetExitDataDirective()
7764 Device = C->getDevice(); in EmitOMPTargetUpdateDirective()
H A DCGOpenMPRuntime.cpp1617 return llvm::TargetRegionEntryInfo(ParentName, ID.getDevice(), ID.getFile(), in getTargetEntryUniqueInfo()
2961 if (I->getFirst()->getUniqueID().getDevice() == EntryInfo.DeviceID && in createOffloadEntriesAndInfoMetadata()
3947 Device = C->getDevice(); in emitTaskInit()
H A DCodeGenModule.cpp7181 OS << llvm::format("%x", ID.getFile()) << llvm::format("%x", ID.getDevice()) in printPostfixForExternalizedDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4997 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function
5000 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function
H A DRecursiveASTVisitor.h3692 TRY_TO(TraverseStmt(C->getDevice()));
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6782 Record.AddStmt(C->getDevice()); in VisitOMPDeviceClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h10253 ExprResult E = getDerived().TransformExpr(C->getDevice()); in TransformOMPDeviceClause()