Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1716 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
1783 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
1946 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
2002 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
2071 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2077 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2098 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
2227 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
2463 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()
3281 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp4306 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h785 Expr *getIterationVariable() const { in getIterationVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1895 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()