Searched refs:getDevice (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/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()));
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 106 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 864 if (C->getDevice()) in VisitOMPDeviceClause() 865 Profiler->VisitStmt(C->getDevice()); in VisitOMPDeviceClause()
|
| H A D | OpenMPClause.cpp | 2130 Node->getDevice()->printPretty(OS, nullptr, Policy, 0); in VisitOMPDeviceClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6911 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective() 7279 Device = EmitScalarExpr(C->getDevice()); in EmitOMPInteropDirective() 7698 Device = C->getDevice(); in EmitOMPTargetDataDirective() 7723 Device = C->getDevice(); in EmitOMPTargetEnterDataDirective() 7744 Device = C->getDevice(); in EmitOMPTargetExitDataDirective() 8200 Device = C->getDevice(); in EmitOMPTargetUpdateDirective()
|
| H A D | CGOpenMPRuntime.cpp | 2785 if (I->getFirst().getUniqueID().getDevice() == EntryInfo.DeviceID && in createOffloadEntriesAndInfoMetadata() 3733 Device = C->getDevice(); in emitTaskInit()
|
| H A D | CodeGenModule.cpp | 8099 OS << llvm::format("%x", ID.getFile()) << llvm::format("%x", ID.getDevice()) in printPostfixForExternalizedDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5687 Expr *getDevice() { return cast<Expr>(Device); } in getDevice() function 5690 Expr *getDevice() const { return cast<Expr>(Device); } in getDevice() function
|
| H A D | RecursiveASTVisitor.h | 3892 TRY_TO(TraverseStmt(C->getDevice()));
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8230 Record.AddStmt(C->getDevice()); in VisitOMPDeviceClause()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 9863 return TargetRegionEntryInfo(ParentName, ID.getDevice(), FileID, in getTargetEntryUniqueInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11275 ExprResult E = getDerived().TransformExpr(C->getDevice()); in TransformOMPDeviceClause()
|