Searched refs:getUpperBoundVariable (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1989 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()
|
D | CGOpenMPRuntime.cpp | 4091 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2313 (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()
|
D | CGOpenMPRuntimeGPU.cpp | 4283 cast<OMPLoopDirective>(D).getUpperBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
|
D | CGOpenMPRuntime.cpp | 5218 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 658 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 963 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2193 Record.AddStmt(D->getUpperBoundVariable()); in VisitOMPLoopDirective()
|