Searched refs:getDevice (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 47 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 D | DependencyScanningFilesystem.cpp | 105 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 108 ID.AddInteger(UniqueID.getDevice()); in getHashValue()
|
| H A D | CIndex.cpp | 2454 Visitor->AddStmt(C->getDevice()); in VisitOMPDeviceClause() 4667 outID->data[0] = ID.getDevice(); in clang_getFileUniqueID()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 814 if (C->getDevice()) in VisitOMPDeviceClause() 815 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
|
| H A D | OpenMPClause.cpp | 1912 Node->getDevice()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDeviceClause()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6563 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 D | CGOpenMPRuntime.cpp | 1617 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 D | CodeGenModule.cpp | 7181 OS << llvm::format("%x", ID.getFile()) << llvm::format("%x", ID.getDevice()) in printPostfixForExternalizedDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4997 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function 5000 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function
|
| H A D | RecursiveASTVisitor.h | 3692 TRY_TO(TraverseStmt(C->getDevice()));
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 6782 Record.AddStmt(C->getDevice()); in VisitOMPDeviceClause()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10253 ExprResult E = getDerived().TransformExpr(C->getDevice()); in TransformOMPDeviceClause()
|