Lines Matching defs:extOp
202 static bool integerExtendSupportsMMAMatrixType(ExtOpTy extOp) {
204 extOp.getOperand().template getDefiningOp<vector::TransferReadOp>();
207 return llvm::all_of(extOp->getUsers(), llvm::IsaPred<vector::ContractionOp>);
210 static bool fpExtendSupportsMMAMatrixType(arith::ExtFOp extOp) { return true; }
459 Operation *extOp;
460 if ((extOp = source.getDefiningOp<arith::ExtSIOp>()) ||
461 (extOp = source.getDefiningOp<arith::ExtUIOp>()) ||
462 (extOp = source.getDefiningOp<arith::ExtFOp>())) {
463 source = extOp->getOperand(0);
496 if (extOp) {
497 if (isa<arith::ExtSIOp>(extOp))
500 else if (isa<arith::ExtUIOp>(extOp))