Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2334 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()
2357 CGF, S, CGF.EmitLValue(S.getIterationVariable())); in emitOMPSimdRegion()
2417 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
2589 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
2645 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
2714 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2720 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()
2741 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()
2872 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
2943 *this, S, EmitLValue(S.getIterationVariable())); in EmitOMPWorksharingLoop()
[all …]
DCGOpenMPRuntimeGPU.cpp4474 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective()
1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()
1827 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()
1856 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()
1938 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop()
2023 S.getIterationVariable()->getType(), in EmitOMPWorksharingLoop()
2622 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPDistributeLoop()
2681 S.getIterationVariable()->getType(), in EmitOMPDistributeLoop()
3553 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPTaskLoopBasedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h610 Expr *getIterationVariable() const { in getIterationVariable() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h930 Expr *getIterationVariable() const { in getIterationVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2180 Record.AddStmt(D->getIterationVariable()); in VisitOMPLoopDirective()