Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
321 const Expr *&ChunkExpr) const override;
2139 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2143 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
3394 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local3400 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()3404 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()3408 if (ChunkExpr) { in EmitOMPWorksharingLoop()3409 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()3410 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()3414 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
1539 const Expr *&ChunkExpr) const;
2329 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2338 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()