Home
last modified time | relevance | path

Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1221 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 DStmtProfile.cpp944 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp842 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h3316 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 DRecursiveASTVisitor.h2749 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td243 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2214 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3036 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2199 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3151 const OMPTargetParallelForSimdDirective &S);
3184 const OMPTargetParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp4814 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
4830 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
4844 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGStmt.cpp305 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp8568 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8155 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp7686 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()