Home
last modified time | relevance | path

Searched defs:inputTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaCanonicalizations.cpp147 auto inputTy = llvm::cast<ShapedType>(input.getType()); in matchAndRewrite() local
204 ShapedType inputTy = llvm::cast<ShapedType>(input.getType()); in matchAndRewrite() local
516 auto inputTy = llvm::dyn_cast<RankedTensorType>(getInput().getType()); fold() local
816 auto inputTy = llvm::dyn_cast<RankedTensorType>(getInput1().getType()); REDUCE_FOLDER() local
895 auto inputTy = llvm::cast<RankedTensorType>(input.getType()); fold() local
920 auto inputTy = llvm::dyn_cast<RankedTensorType>(getInput().getType()); fold() local
[all...]
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp43 ShapedType inputTy = cast<ShapedType>(input.getType()); in applyPad() local
183 ShapedType inputTy = cast<ShapedType>(input.getType()); inferDynamicDimsForConv() local
244 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
413 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
623 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
746 ShapedType inputTy = input.getType(); matchAndRewrite() local
811 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
[all...]
H A DTosaToLinalg.cpp1041 auto inputTy = cast<ShapedType>(op->getOperand(0).getType()); reduceMatchAndRewriteHelper() local
1139 auto inputTy = cast<ShapedType>(op.getInput().getType()); matchAndRewrite() local
1335 auto inputTy = cast<RankedTensorType>(input.getType()); matchAndRewrite() local
1432 auto inputTy = dyn_cast<RankedTensorType>(input.getType()); matchAndRewrite() local
1528 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
1821 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
1883 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
1958 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
2153 auto inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp87 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
150 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp311 ShapedType inputTy = cast<ShapedType>(input.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp333 auto inputTy = in matchAndRewrite() local