Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp2110 auto inputElementTy = inputTy.getElementType(); in matchAndRewrite() local
2141 TypeRange({inputElementTy, resultElementTy}), {loc, loc}); in matchAndRewrite()
2145 if (inputElementTy.isInteger(8) && tableElementTy.isInteger(8) && in matchAndRewrite()
2158 if (inputElementTy.isInteger(16) && tableElementTy.isInteger(16) && in matchAndRewrite()