Searched refs:OpenACCLoopConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 39 OpenACCLoopConstruct::OpenACCLoopConstruct(unsigned NumClauses) in OpenACCLoopConstruct() function in OpenACCLoopConstruct 48 OpenACCLoopConstruct::OpenACCLoopConstruct( in OpenACCLoopConstruct() function in OpenACCLoopConstruct 66 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 69 C.Allocate(OpenACCLoopConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 71 auto *Inst = new (Mem) OpenACCLoopConstruct(NumClauses); in CreateEmpty() 75 OpenACCLoopConstruct *OpenACCLoopConstruct::Create( in Create() 80 C.Allocate(OpenACCLoopConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 83 OpenACCLoopConstruct(ParentKind, BeginLoc, DirLoc, EndLoc, Clauses, Loop); in Create()
|
| H A D | StmtProfile.cpp | 2760 void StmtProfiler::VisitOpenACCLoopConstruct(const OpenACCLoopConstruct *S) { in VisitOpenACCLoopConstruct()
|
| H A D | StmtPrinter.cpp | 1198 void StmtPrinter::VisitOpenACCLoopConstruct(OpenACCLoopConstruct *S) { in VisitOpenACCLoopConstruct()
|
| H A D | TextNodeDumper.cpp | 3064 void TextNodeDumper::VisitOpenACCLoopConstruct(const OpenACCLoopConstruct *S) { in VisitOpenACCLoopConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 187 class OpenACCLoopConstruct final 189 private llvm::TrailingObjects<OpenACCLoopConstruct, 204 OpenACCLoopConstruct(unsigned NumClauses); 206 OpenACCLoopConstruct(OpenACCDirectiveKind ParentKind, SourceLocation Start, 215 static OpenACCLoopConstruct *CreateEmpty(const ASTContext &C, 218 static OpenACCLoopConstruct * 225 return const_cast<OpenACCLoopConstruct *>(this)->getLoop(); in getLoop()
|
| H A D | TextNodeDumper.h | 414 void VisitOpenACCLoopConstruct(const OpenACCLoopConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4114 DEF_TRAVERSE_STMT(OpenACCLoopConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACCLoop.cpp | 56 CIRGenFunction::emitOpenACCLoopConstruct(const OpenACCLoopConstruct &s) { in emitOpenACCLoopConstruct()
|
| H A D | CIRGenStmt.cpp | 107 return emitOpenACCLoopConstruct(cast<OpenACCLoopConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1263 mlir::LogicalResult emitOpenACCLoopConstruct(const OpenACCLoopConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 310 def OpenACCLoopConstruct : StmtNode<OpenACCAssociatedStmtConstruct>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1984 return OpenACCLoopConstruct::Create( in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12517 TreeTransform<Derived>::TransformOpenACCLoopConstruct(OpenACCLoopConstruct *C) { in TransformOpenACCLoopConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2858 void ASTStmtReader::VisitOpenACCLoopConstruct(OpenACCLoopConstruct *S) { in VisitOpenACCLoopConstruct() 4425 S = OpenACCLoopConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2936 void ASTStmtWriter::VisitOpenACCLoopConstruct(OpenACCLoopConstruct *S) { in VisitOpenACCLoopConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 464 EmitOpenACCLoopConstruct(cast<OpenACCLoopConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4126 void EmitOpenACCLoopConstruct(const OpenACCLoopConstruct &S) {
|