/llvm-project/offload/DeviceRTL/src/ |
H A D | State.cpp | 356 void omp_get_schedule(omp_sched_t *ScheduleKind, int *ChunkSize) { in omp_get_schedule() argument 361 void omp_set_schedule(omp_sched_t ScheduleKind, int ChunkSize) { in omp_set_schedule() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1532 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) getDefaultDistScheduleAndChunk() argument [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 2120 OpenMPDistScheduleClauseKind &ScheduleKind, in getDefaultDistScheduleAndChunk() argument 2137 OpenMPScheduleClauseKind &ScheduleKind, in getDefaultScheduleAndChunk() argument
|
H A D | CGOpenMPRuntime.cpp | 2328 getDefaultScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPScheduleClauseKind & ScheduleKind,const Expr * & ChunkExpr) const getDefaultScheduleAndChunk() argument 2411 getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind,bool Chunked,bool Ordered) getRuntimeSchedule() argument 2434 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) getRuntimeSchedule() argument 2439 isStaticNonchunked(OpenMPScheduleClauseKind ScheduleKind,bool Chunked) const isStaticNonchunked() argument 2447 isStaticNonchunked(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) const isStaticNonchunked() argument 2452 isStaticChunked(OpenMPScheduleClauseKind ScheduleKind,bool Chunked) const isStaticChunked() argument 2460 isStaticChunked(OpenMPDistScheduleClauseKind ScheduleKind,bool Chunked) const isStaticChunked() argument 2525 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument 2618 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument 12022 emitForDispatchInit(CodeGenFunction & CGF,SourceLocation Loc,const OpenMPScheduleTy & ScheduleKind,unsigned IVSize,bool IVSigned,bool Ordered,const DispatchRTInput & DispatchValues) emitForDispatchInit() argument 12034 emitForStaticInit(CodeGenFunction & CGF,SourceLocation Loc,OpenMPDirectiveKind DKind,const OpenMPScheduleTy & ScheduleKind,const StaticRTInput & Values) emitForStaticInit() argument [all...] |
H A D | CGStmtOpenMP.cpp | 2944 EmitOMPForOuterLoop(const OpenMPScheduleTy & ScheduleKind,bool IsMonotonic,const OMPLoopDirective & S,OMPPrivateScope & LoopScope,bool Ordered,const OMPLoopArguments & LoopArgs,const CodeGenDispatchBoundsTy & CGDispatchBounds) EmitOMPForOuterLoop() argument 3058 EmitOMPDistributeOuterLoop(OpenMPDistScheduleClauseKind ScheduleKind,const OMPLoopDirective & S,OMPPrivateScope & LoopScope,const OMPLoopArguments & LoopArgs,const CodeGenLoopTy & CodeGenLoopContent) EmitOMPDistributeOuterLoop() argument 3377 OpenMPScheduleTy ScheduleKind; EmitOMPWorksharingLoop() local 4092 OpenMPScheduleTy ScheduleKind; EmitSections() local 5717 OpenMPDistScheduleClauseKind ScheduleKind = OMPC_DIST_SCHEDULE_unknown; EmitOMPDistributeLoop() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3779 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; ParseOpenMPSingleExprWithArgClause() enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16560 enum { Modifier1, Modifier2, ScheduleKind, NumberOfElements }; ActOnOpenMPSingleExprWithArgClause() enumerator
|