Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h391 const Expr *&ChunkExpr) const override;
H A DCGStmtOpenMP.cpp3130 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local
3136 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()
H A DCGOpenMPRuntime.h1766 const Expr *&ChunkExpr) const;
H A DCGOpenMPRuntimeGPU.cpp4320 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
4324 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
H A DCGOpenMPRuntime.cpp2548 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
2557 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()