Home
last modified time | relevance | path

Searched refs:getIterationVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2570 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2593 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()
2853 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
3027 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
3087 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
3157 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3163 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3184 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3313 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
3384 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp2129 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1334 Expr *getIterationVariable() const { in getIterationVariable() function