Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2503 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2526 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()
2592 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2766 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
2822 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
2891 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2897 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2918 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
3049 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
3120 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()
[all …]
H A DCGOpenMPRuntimeGPU.cpp4310 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1234 Expr *getIterationVariable() const { in getIterationVariable() function