Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1989 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPWorksharingLoop()
2663 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPDistributeLoop()
3544 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntime.cpp4091 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2313 (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable())); in emitOMPSimdRegion()
2700 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitDistributeParallelForInnerBounds()
3115 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getUpperBoundVariable())); in emitForLoopBounds()
4670 : S.getUpperBoundVariable()))); in EmitOMPDistributeLoop()
6463 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntimeGPU.cpp4283 cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
DCGOpenMPRuntime.cpp5218 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/clang/include/clang/AST/
DStmtOpenMP.h658 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h963 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2193 Record.AddStmt(D->getUpperBoundVariable()); in VisitOMPLoopDirective()