Searched refs:OpenACCCacheConstruct (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 325 OpenACCCacheConstruct *OpenACCCacheConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 328 C.Allocate(OpenACCCacheConstruct::totalSizeToAlloc<Expr *>(NumVars)); in CreateEmpty() 329 auto *Inst = new (Mem) OpenACCCacheConstruct(NumVars); in CreateEmpty() 333 OpenACCCacheConstruct *OpenACCCacheConstruct::Create( in Create() 338 OpenACCCacheConstruct::totalSizeToAlloc<Expr *>(VarList.size())); in Create() 339 auto *Inst = new (Mem) OpenACCCacheConstruct( in Create()
|
| H A D | StmtProfile.cpp | 2816 void StmtProfiler::VisitOpenACCCacheConstruct(const OpenACCCacheConstruct *S) { in VisitOpenACCCacheConstruct()
|
| H A D | StmtPrinter.cpp | 1270 void StmtPrinter::VisitOpenACCCacheConstruct(OpenACCCacheConstruct *S) { in VisitOpenACCCacheConstruct()
|
| H A D | TextNodeDumper.cpp | 3099 const OpenACCCacheConstruct *S) { in VisitOpenACCCacheConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 556 class OpenACCCacheConstruct final 558 private llvm::TrailingObjects<OpenACCCacheConstruct, Expr *> { 569 OpenACCCacheConstruct(unsigned NumVars) in OpenACCCacheConstruct() function 576 OpenACCCacheConstruct(SourceLocation Start, SourceLocation DirectiveLoc, in OpenACCCacheConstruct() function 598 static OpenACCCacheConstruct *CreateEmpty(const ASTContext &C, 600 static OpenACCCacheConstruct *
|
| H A D | TextNodeDumper.h | 426 void VisitOpenACCCacheConstruct(const OpenACCCacheConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4143 DEF_TRAVERSE_STMT(OpenACCCacheConstruct, {
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 278 CIRGenFunction::emitOpenACCCacheConstruct(const OpenACCCacheConstruct &s) { in emitOpenACCCacheConstruct()
|
| H A D | CIRGenStmt.cpp | 129 return emitOpenACCCacheConstruct(cast<OpenACCCacheConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1282 mlir::LogicalResult emitOpenACCCacheConstruct(const OpenACCCacheConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 322 def OpenACCCacheConstruct : StmtNode<OpenACCConstructStmt>;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 2034 return OpenACCCacheConstruct::Create(getASTContext(), StartLoc, DirLoc, in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12762 OpenACCCacheConstruct *C) { in TransformOpenACCCacheConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2926 void ASTStmtReader::VisitOpenACCCacheConstruct(OpenACCCacheConstruct *S) { in VisitOpenACCCacheConstruct() 4461 S = OpenACCCacheConstruct::CreateEmpty(Context, NumVars); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 3021 void ASTStmtWriter::VisitOpenACCCacheConstruct(OpenACCCacheConstruct *S) { in VisitOpenACCCacheConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 500 EmitOpenACCCacheConstruct(cast<OpenACCCacheConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4195 void EmitOpenACCCacheConstruct(const OpenACCCacheConstruct &S) {
|