Home
last modified time | relevance | path

Searched refs:bitExtend (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp453 bool bitExtend = in createLinalgBodyCalculationForElementwiseOp() local
459 if (srcTy.isa<FloatType>() && dstTy.isa<FloatType>() && bitExtend) in createLinalgBodyCalculationForElementwiseOp()
462 if (srcTy.isa<FloatType>() && dstTy.isa<FloatType>() && !bitExtend) in createLinalgBodyCalculationForElementwiseOp()
471 if (srcTy.isInteger(1) && dstTy.isa<IntegerType>() && bitExtend) in createLinalgBodyCalculationForElementwiseOp()
539 if (srcTy.isa<IntegerType>() && dstTy.isa<IntegerType>() && bitExtend) in createLinalgBodyCalculationForElementwiseOp()
543 if (srcTy.isa<IntegerType>() && dstTy.isa<IntegerType>() && !bitExtend) { in createLinalgBodyCalculationForElementwiseOp()