Searched refs:getLowerBoundVariable (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1987 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()
|
D | CGOpenMPRuntime.cpp | 4084 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2312 (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()
|
D | CGOpenMPRuntimeGPU.cpp | 4273 cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
|
D | CGOpenMPRuntime.cpp | 5210 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 650 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 956 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2192 Record.AddStmt(D->getLowerBoundVariable()); in VisitOMPLoopDirective()
|