Lines Matching refs:currentLocation
213 mlir::Location currentLocation = converter.getCurrentLocation(); in createLoopOp() local
246 currentLocation, firOpBuilder.getIndexType(), starCst); in createLoopOp()
279 currentLocation, firOpBuilder.getIntegerType(32), in createLoopOp()
305 firOpBuilder, currentLocation, operands, operandSegments); in createLoopOp()
378 mlir::Location currentLocation = converter.getCurrentLocation(); in createParallelOp() local
422 currentLocation, firOpBuilder.getI1Type(), cond); in createParallelOp()
435 currentLocation, firOpBuilder.getI1Type(), cond); in createParallelOp()
518 firOpBuilder, currentLocation, operands, operandSegments); in createParallelOp()
548 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCDataOp() local
615 firOpBuilder, currentLocation, operands, operandSegments); in genACCDataOp()
681 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCEnterDataOp() local
733 firOpBuilder, currentLocation, operands, operandSegments); in genACCEnterDataOp()
756 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCExitDataOp() local
804 firOpBuilder, currentLocation, operands, operandSegments); in genACCExitDataOp()
822 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCInitShutdownOp() local
852 createSimpleOp<Op>(firOpBuilder, currentLocation, operands, operandSegments); in genACCInitShutdownOp()
870 mlir::Location currentLocation = converter.getCurrentLocation(); in genACCUpdateOp() local
913 firOpBuilder, currentLocation, operands, operandSegments); in genACCUpdateOp()
967 mlir::Location currentLocation = converter.getCurrentLocation(); in genACC() local
1009 firOpBuilder, currentLocation, operands, operandSegments); in genACC()