Lines Matching defs:ifCond

1590                         mlir::Value &ifCond,
1595 ifCond = firOpBuilder.createConvert(clauseLocation, firOpBuilder.getI1Type(),
2183 mlir::Value ifCond;
2277 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2453 addOperand(operands, operandSegments, ifCond);
2551 mlir::Value ifCond;
2600 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2696 addOperand(operands, operandSegments, ifCond);
2754 mlir::Value ifCond;
2764 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2778 if (ifCond) {
2780 mlir::dyn_cast<mlir::arith::ConstantOp>(ifCond.getDefiningOp()))
2784 ifCond = mlir::Value();
2796 addOperand(operands, operandSegments, ifCond);
2895 mlir::Value ifCond, async, waitDevnum;
2936 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2985 addOperand(operands, operandSegments, ifCond);
3006 mlir::Value ifCond, async, waitDevnum;
3049 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3089 addOperand(operands, operandSegments, ifCond);
3118 mlir::Value ifCond, deviceNum;
3131 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3149 addOperand(operands, operandSegments, ifCond);
3161 mlir::Value ifCond, deviceNum, defaultAsync;
3175 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3198 addOperand(operands, operandSegments, ifCond);
3231 mlir::Value ifCond;
3279 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3314 currentLocation, ifCond, asyncOperands,
3369 mlir::Value ifCond, waitDevnum, async;
3405 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3418 addOperand(operands, operandSegments, ifCond);