Home
last modified time | relevance | path

Searched defs:ScheduleKind (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1529 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) getDefaultDistScheduleAndChunk() argument
[all...]
H A DCGOpenMPRuntime.cpp2326 getDefaultScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPScheduleClauseKind & ScheduleKind,const Expr * & ChunkExpr) const getDefaultScheduleAndChunk() argument
2409 getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind,bool Chunked,bool Ordered) getRuntimeSchedule() argument
2432 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) getRuntimeSchedule() argument
2437 isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind,bool Chunked) const isStaticNonchunked() argument
2445 isStaticNonchunked(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) const isStaticNonchunked() argument
2450 isStaticChunked(OpenMPScheduleClauseKind ScheduleKind,bool Chunked) const isStaticChunked() argument
2458 isStaticChunked(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) const isStaticChunked() argument
2523 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
2607 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument
12003 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument
12010 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument
[all...]
H A DCGOpenMPRuntimeGPU.cpp3327 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) const getDefaultDistScheduleAndChunk() argument
3344 getDefaultScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPScheduleClauseKind & ScheduleKind,const Expr * & ChunkExpr) const getDefaultScheduleAndChunk() argument
H A DCGStmtOpenMP.cpp2922 EmitOMPForOuterLoop(const OpenMPScheduleTy & ScheduleKind,bool IsMonotonic,const OMPLoopDirective & S,OMPPrivateScope & LoopScope,bool Ordered,const OMPLoopArguments & LoopArgs,const CodeGenDispatchBoundsTy & CGDispatchBounds) EmitOMPForOuterLoop() argument
3030 EmitOMPDistributeOuterLoop(OpenMPDistScheduleClauseKind ScheduleKind,const OMPLoopDirective & S,OMPPrivateScope & LoopScope,const OMPLoopArguments & LoopArgs,const CodeGenLoopTy & CodeGenLoopContent) EmitOMPDistributeOuterLoop() argument
3350 OpenMPScheduleTy ScheduleKind; EmitOMPWorksharingLoop() local
4065 OpenMPScheduleTy ScheduleKind; EmitSections() local
5681 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; EmitOMPDistributeLoop() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3875 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; ParseOpenMPSingleExprWithArgClause() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp17297 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; ActOnOpenMPSingleExprWithArgClause() enumerator