Searched refs:AllowExtMask (Results 1 – 1 of 1) sorted by relevance
17074 uint8_t AllowExtMask, SelectionDAG &DAG, in canFoldToVWWithSameExtensionImpl() argument17076 if ((AllowExtMask & ExtKind::ZExt) && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()17080 if ((AllowExtMask & ExtKind::SExt) && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()17084 if ((AllowExtMask & ExtKind::FPExt) && LHS.SupportsFPExt && RHS.SupportsFPExt) in canFoldToVWWithSameExtensionImpl()17088 if ((AllowExtMask & ExtKind::BF16Ext) && LHS.SupportsBF16Ext && in canFoldToVWWithSameExtensionImpl()