HomeSort by: relevance | last modified time | path
    Searched refs:ChunkExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 391 const Expr *&ChunkExpr) const override;
CGStmtOpenMP.cpp 3130 const Expr *ChunkExpr = nullptr;
3136 ChunkExpr = C->getChunkSize();
3140 *this, S, ScheduleKind.Schedule, ChunkExpr);
3144 if (ChunkExpr) {
3145 Chunk = EmitScalarExpr(ChunkExpr);
3146 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(),
3150 if (ChunkExpr->EvaluateAsInt(Result, getContext())) {
CGOpenMPRuntime.h 1766 const Expr *&ChunkExpr) const;
CGOpenMPRuntimeGPU.cpp 4320 const Expr *&ChunkExpr) const {
4324 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize,
CGOpenMPRuntime.cpp 2548 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const {
2557 ChunkExpr = IntegerLiteral::Create(

Completed in 81 milliseconds