Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
391 const Expr *&ChunkExpr) const override;
3130 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local3136 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()3140 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()3144 if (ChunkExpr) { in EmitOMPWorksharingLoop()3145 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()3146 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()3150 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
1766 const Expr *&ChunkExpr) const;
4320 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()4324 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
2548 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2557 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()