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.h321 const Expr *&ChunkExpr) const override;
H A DCGOpenMPRuntimeGPU.cpp2139 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2143 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
H A DCGStmtOpenMP.cpp3394 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local
3400 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()
H A DCGOpenMPRuntime.h1539 const Expr *&ChunkExpr) const;
H A DCGOpenMPRuntime.cpp2329 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2338 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()