Searched refs:ifClauseOperand (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenMP.cpp | 626 mlir::Value ifClauseOperand, numThreadsClauseOperand; in createCombinedParallelOp() local 637 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in createCombinedParallelOp() 651 currentLocation, argTy, ifClauseOperand, numThreadsClauseOperand, in createCombinedParallelOp() 675 mlir::Value ifClauseOperand, numThreadsClauseOperand, finalClauseOperand, in genOMP() local 686 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in genOMP() 755 currentLocation, argTy, ifClauseOperand, numThreadsClauseOperand, in genOMP() 775 currentLocation, ifClauseOperand, finalClauseOperand, untiedAttr, in genOMP() 906 mlir::Value scheduleChunkClauseOperand, ifClauseOperand; in genOMP() local 977 ifClauseOperand = getIfClauseOperand(converter, stmtCtx, ifClause); in genOMP() 1041 ifClauseOperand, /*inclusive=*/firOpBuilder.getUnitAttr()); in genOMP()
|