Lines Matching refs:ifCond
269 mlir::Value ifCond; in genACCParallelOp() local
334 ifCond = firOpBuilder.createConvert(currentLocation, in genACCParallelOp()
407 addOperand(operands, operandSegments, ifCond); in genACCParallelOp()
440 mlir::Value ifCond; in genACCDataOp() local
456 ifCond = firOpBuilder.createConvert(currentLocation, in genACCDataOp()
501 addOperand(operands, operandSegments, ifCond); in genACCDataOp()
539 mlir::Value ifCond, async, waitDevnum; in genACCEnterDataOp() local
560 ifCond = firOpBuilder.createConvert(currentLocation, in genACCEnterDataOp()
617 addOperand(operands, operandSegments, ifCond); in genACCEnterDataOp()
638 mlir::Value ifCond, async, waitDevnum; in genACCExitDataOp() local
660 ifCond = firOpBuilder.createConvert(currentLocation, in genACCExitDataOp()
714 addOperand(operands, operandSegments, ifCond); in genACCExitDataOp()
737 mlir::Value ifCond, deviceNum; in genACCInitShutdownOp() local
751 ifCond = firOpBuilder.createConvert(currentLocation, in genACCInitShutdownOp()
784 addOperand(operands, operandSegments, ifCond); in genACCInitShutdownOp()
792 mlir::Value ifCond, async, waitDevnum; in genACCUpdateOp() local
814 ifCond = firOpBuilder.createConvert(currentLocation, in genACCUpdateOp()
880 addOperand(operands, operandSegments, ifCond); in genACCUpdateOp()
929 mlir::Value ifCond, asyncOperand, waitDevnum, async; in genACC() local
965 ifCond = firOpBuilder.createConvert(currentLocation, in genACC()
985 addOperand(operands, operandSegments, ifCond); in genACC()