Lines Matching refs:stmtCtx
517 Fortran::lower::StatementContext stmtCtx; in genAllocateClause() local
530 *Fortran::semantics::GetExpr(allocatorValue->v), stmtCtx)); in genAllocateClause()
601 Fortran::lower::StatementContext &stmtCtx, in getIfClauseOperand() argument
607 converter.genExprValue(*Fortran::semantics::GetExpr(expr), stmtCtx)); in getIfClauseOperand()
624 Fortran::lower::StatementContext stmtCtx; in createCombinedParallelOp() local
637 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in createCombinedParallelOp()
642 *Fortran::semantics::GetExpr(numThreadsClause->v), stmtCtx)); in createCombinedParallelOp()
673 Fortran::lower::StatementContext stmtCtx; in genOMP() local
686 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in genOMP()
692 *Fortran::semantics::GetExpr(numThreadsClause->v), stmtCtx)); in genOMP()
729 *Fortran::semantics::GetExpr(finalClause->v), stmtCtx)); in genOMP()
740 *Fortran::semantics::GetExpr(priorityClause->v), stmtCtx)); in genOMP()
910 Fortran::lower::StatementContext stmtCtx; in genOMP() local
943 Fortran::lower::StatementContext stmtCtx; in genOMP() local
945 *Fortran::semantics::GetExpr(bounds->lower), stmtCtx))); in genOMP()
947 *Fortran::semantics::GetExpr(bounds->upper), stmtCtx))); in genOMP()
950 *Fortran::semantics::GetExpr(bounds->step), stmtCtx))); in genOMP()
972 fir::getBase(converter.genExprValue(*expr, stmtCtx)); in genOMP()
977 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in genOMP()
1306 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicUpdateStatement() local
1309 *Fortran::semantics::GetExpr(assignmentStmtVariable), stmtCtx)); in genOmpAtomicUpdateStatement()
1329 *Fortran::semantics::GetExpr(assignmentStmtVariable), stmtCtx)) in genOmpAtomicUpdateStatement()
1351 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicUpdateStatement()
1373 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicWrite() local
1375 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicWrite()
1377 *Fortran::semantics::GetExpr(assignmentStmtVariable), stmtCtx)); in genOmpAtomicWrite()
1404 Fortran::lower::StatementContext stmtCtx; in genOmpAtomicRead() local
1406 *Fortran::semantics::GetExpr(assignmentStmtExpr), stmtCtx)); in genOmpAtomicRead()
1408 *Fortran::semantics::GetExpr(assignmentStmtVariable), stmtCtx)); in genOmpAtomicRead()