Home
last modified time | relevance | path

Searched refs:getLowerBoundVariable (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1987 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPWorksharingLoop()
2661 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPDistributeLoop()
3542 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntime.cpp4084 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2312 (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable())); in emitOMPSimdRegion()
2698 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable())); in emitDistributeParallelForInnerBounds()
3113 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable())); in emitForLoopBounds()
4665 : S.getLowerBoundVariable()))); in EmitOMPDistributeLoop()
6461 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntimeGPU.cpp4273 cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
DCGOpenMPRuntime.cpp5210 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/clang/include/clang/AST/
DStmtOpenMP.h650 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h956 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2192 Record.AddStmt(D->getLowerBoundVariable()); in VisitOMPLoopDirective()