Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
324 const Expr *&ChunkExpr) const override;
3349 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local3355 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()3359 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()3363 if (ChunkExpr) { in EmitOMPWorksharingLoop()3364 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()3365 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()3369 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
1536 const Expr *&ChunkExpr) const;
3345 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()3349 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
2326 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2335 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()