Home
last modified time | relevance | path

Searched defs:shapedTy (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp37 if (auto shapedTy = dyn_cast<ShapedType>(container)) in matchContainerType() local
44 if (auto shapedTy = dyn_cast<ShapedType>(type)) { in getConstantAttr() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DExpandOps.cpp30 if (auto shapedTy = dyn_cast<ShapedType>(type)) { in createConst() local
240 if (auto shapedTy = dyn_cast<ShapedType>(operandTy)) { in matchAndRewrite() local
280 if (auto shapedTy = dyn_cast<ShapedType>(operandTy)) { in matchAndRewrite() local
H A DIntNarrowing.cpp
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp34 if (auto shapedTy = dyn_cast<ShapedType>(type)) { in createFloatConst() local
51 if (auto shapedTy = dyn_cast<ShapedType>(type)) { in createIntConst() local
62 if (auto shapedTy = dyn_cast<ShapedType>(opType)) in createTruncatedFPValue() local
397 if (auto shapedTy = dyn_cast<ShapedType>(opType)) convertRoundOp() local
503 if (auto shapedTy = dyn_cast<ShapedType>(fTy)) { convertRoundEvenOp() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmNeon/Transforms/
H A DLowerContractionToSMMLAPattern.cpp34 if (auto shapedTy = dyn_cast<ShapedType>(container)) { in matchContainerType() local
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1767 auto shapedTy = llvm::cast<ShapedType>(adaptor.getArg().getType()); inferReturnTypes() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1848 auto shapedTy = llvm::cast<ShapedType>(reshapeOp.getType()); matchAndRewrite() local