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.cpp2698 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2721 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()
2995 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
3170 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
3231 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
3302 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3308 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
3329 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3457 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
3528 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp2126 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1319 Expr *getIterationVariable() const { in getIterationVariable() function