Searched refs:getDevice (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp717 if (C->getDevice())
718 Profiler->VisitStmt(C->getDevice());
H A DOpenMPClause.cpp1343 Node->getDevice()->printPretty(OS, nullptr, Policy, 0);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h150 uint64_t getDevice() const { return Device; } function in class:llvm::sys::fs::UniqueID
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4389 Device = C->getDevice();
5034 Device = C->getDevice();
5059 Device = C->getDevice();
5080 Device = C->getDevice();
5456 Device = C->getDevice();
H A DCGOpenMPRuntime.cpp2698 DeviceID = ID.getDevice();
4135 if (I->getFirst()->getUniqueID().getDevice() == DeviceID &&
5077 Device = C->getDevice();
11374 OS << "$pl_cond_" << ID.getDevice() << "_" << ID.getFile() << "_"
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4132 Expr *getDevice() { return cast<Expr>(Device); } function in class:clang::OMPDeviceClause
4135 Expr *getDevice() const { return cast<Expr>(Device); } function in class:clang::OMPDeviceClause
H A DRecursiveASTVisitor.h3339 TRY_TO(TraverseStmt(C->getDevice()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6352 Record.AddStmt(C->getDevice());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9145 ExprResult E = getDerived().TransformExpr(C->getDevice());

Completed in 411 milliseconds