Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
391 const Expr *&ChunkExpr) const override;
2953 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local2959 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()2963 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()2967 if (ChunkExpr) { in EmitOMPWorksharingLoop()2968 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()2969 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()2973 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
1758 const Expr *&ChunkExpr) const;
4484 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()4488 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
2495 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2504 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()