Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
365 const Expr *&ChunkExpr) const override;
3157 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local3163 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()3167 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()3171 if (ChunkExpr) { in EmitOMPWorksharingLoop()3172 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()3173 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()3177 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
1786 const Expr *&ChunkExpr) const;
3724 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()3728 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
2553 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2562 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()