Searched refs:getStrideVariable (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1991 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop() 2665 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop() 3546 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
|
D | CGOpenMPRuntime.cpp | 4098 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 666 Expr *getStrideVariable() const { in getStrideVariable() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2926 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop() 4672 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop() 6465 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
|
D | CGOpenMPRuntime.cpp | 5226 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 970 Expr *getStrideVariable() const { in getStrideVariable() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2194 Record.AddStmt(D->getStrideVariable()); in VisitOMPLoopDirective()
|