Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h354 const Expr *&ChunkExpr) const override;
H A DCGOpenMPRuntime.h1519 const Expr *&ChunkExpr) const;
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 DCGOpenMPRuntimeGPU.cpp3418 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
3422 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2497 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2506 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()