Home
last modified time | relevance | path

Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h324 const Expr *&ChunkExpr) const override;
H A DCGStmtOpenMP.cpp3349 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local
3355 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()
H A DCGOpenMPRuntime.h1536 const Expr *&ChunkExpr) const;
H A DCGOpenMPRuntimeGPU.cpp3345 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
3349 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2326 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2335 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()