Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h322 const Expr *&ChunkExpr) const override;
H A DCGOpenMPRuntimeGPU.cpp2136 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2140 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
H A DCGStmtOpenMP.cpp3538 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local
3544 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()
3548 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()
3552 if (ChunkExpr) { in EmitOMPWorksharingLoop()
3553 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()
3554 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()
3558 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
H A DCGOpenMPRuntime.h1533 const Expr *&ChunkExpr) const;
H A DCGOpenMPRuntime.cpp2305 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2314 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()