Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp1352 auto resultElementTy = resultTy.getElementType(); in matchAndRewrite() local
1367 loc, dynamicDims, resultTy.getShape(), resultElementTy); in matchAndRewrite()
1379 TypeRange({resultElementTy}), loc); in matchAndRewrite()
1584 if (resultElementTy.getIntOrFloatBitWidth() > 32) { in matchAndRewrite()
2058 auto resultElementTy = resultTy.getElementType(); in matchAndRewrite() local
2065 resultElementTy) in matchAndRewrite()
2112 auto resultElementTy = resultTy.getElementType(); in matchAndRewrite() local
2125 resultElementTy) in matchAndRewrite()
2141 TypeRange({inputElementTy, resultElementTy}), {loc, loc}); in matchAndRewrite()
2146 resultElementTy.isInteger(8)) { in matchAndRewrite()
[all …]