Home
last modified time | relevance | path

Searched refs:OMPDeviceClause (Results 1 – 24 of 24) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def216 OPENMP_CLAUSE(device, OMPDeviceClause)
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3282 if (auto *C = S.getSingleClause<OMPDeviceClause>()) { in EmitOMPTargetDirective()
3410 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()
3430 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()
3450 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()
3627 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
/external/clang/include/clang/AST/
DOpenMPClause.h2677 class OMPDeviceClause : public OMPClause {
2697 OMPDeviceClause(Expr *E, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDeviceClause() function
2704 OMPDeviceClause() in OMPDeviceClause() function
DRecursiveASTVisitor.h2880 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp93 return static_cast<const OMPDeviceClause *>(C); in get()
1681 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
DStmtProfile.cpp749 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/lib/AST/
DStmtProfile.cpp494 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
DStmtPrinter.cpp721 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) { in VisitOMPDeviceClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5498 if (auto *C = S.getSingleClause<OMPDeviceClause>()) in emitCommonOMPTargetDirective()
6203 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetDataDirective()
6228 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetEnterDataDirective()
6249 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetExitDataDirective()
6641 if (const auto *C = S.getSingleClause<OMPDeviceClause>()) in EmitOMPTargetUpdateDirective()
DCGOpenMPRuntime.cpp4284 if (auto *C = D.getSingleClause<OMPDeviceClause>()) in emitTaskInit()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h4564 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
4601 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE, in OMPDeviceClause() function
4612 OMPDeviceClause() in OMPDeviceClause() function
DRecursiveASTVisitor.h3400 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td169 let clangClass = "OMPDeviceClause";
DOMPKinds.def80 __OMP_CLAUSE(device, OMPDeviceClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1874 C = new (Context) OMPDeviceClause(); in readClause()
2257 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
DASTWriterStmt.cpp2029 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11981 C = new (Context) OMPDeviceClause(); in readClause()
12569 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
DASTWriter.cpp6573 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/tools/libclang/
DCIndex.cpp2123 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2288 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) { in VisitOMPDeviceClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp10288 return new (Context) OMPDeviceClause(ValExpr, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDeviceClause()
DTreeTransform.h8014 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h9568 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) { in TransformOMPDeviceClause()
DSemaOpenMP.cpp16669 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPDeviceClause()