Home
last modified time | relevance | path

Searched defs:extOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp202 static bool integerExtendSupportsMMAMatrixType(ExtOpTy extOp) { in integerExtendSupportsMMAMatrixType() argument
208 fpExtendSupportsMMAMatrixType(arith::ExtFOp extOp) fpExtendSupportsMMAMatrixType() argument
457 Operation *extOp; matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DOuterProductFusion.cpp186 auto extOp = op.getLhs().getDefiningOp(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorEmulateNarrowType.cpp1222 Value extOp = rewriter.create<arith::ExtSIOp>(loc, srcNativeVecType, matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1824 if (auto extOp = getLhs().getDefiningOp<ExtSIOp>()) { fold() local
1832 if (auto extOp = getLhs().getDefiningOp<ExtUIOp>()) { fold() local