Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h379 const Expr *&ChunkExpr) const override;
H A DCGStmtOpenMP.cpp2306 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local
2312 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()
2316 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()
2320 if (ChunkExpr) { in EmitOMPWorksharingLoop()
2321 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()
2322 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()
2326 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
H A DCGOpenMPRuntime.h1553 const Expr *&ChunkExpr) const {} in getDefaultScheduleAndChunk() argument
H A DCGOpenMPRuntimeNVPTX.cpp4316 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()
4320 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()