Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1221 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create() 1225 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in Create() 1231 OMPTargetParallelForSimdDirective *Dir = in Create() 1232 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc, in Create() 1260 OMPTargetParallelForSimdDirective * 1261 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1265 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in CreateEmpty() 1271 return new (Mem) OMPTargetParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 944 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
|
| H A D | StmtPrinter.cpp | 842 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3316 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 3326 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForSimdDirective() function 3337 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum, in OMPTargetParallelForSimdDirective() function 3354 static OMPTargetParallelForSimdDirective * 3365 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2749 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 243 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2214 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective() 3036 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2199 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3151 const OMPTargetParallelForSimdDirective &S); 3184 const OMPTargetParallelForSimdDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4814 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion() 4830 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction() 4844 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
|
| H A D | CGStmt.cpp | 305 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
|
| H A D | CGOpenMPRuntime.cpp | 8568 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8155 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
|
| H A D | SemaOpenMP.cpp | 7686 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()
|