Home | History | Annotate | Download | only in X86

Lines Matching defs:Ext

2019       // bits.  Insert an assert[sz]ext to capture this, then truncate to the
16531 ISD::LoadExtType Ext = Ld->getExtensionType();
16537 !DCI.isBeforeLegalizeOps() && !IsAligned && Ext == ISD::NON_EXTLOAD) {
16566 // If this is a vector EXT Load then attempt to optimize it using a
16574 (Ext == ISD::EXTLOAD || Ext == ISD::SEXTLOAD)) {
16582 if (Ext == ISD::SEXTLOAD && RegSz == 256 && !Subtarget->hasInt256())
16608 if (Ext == ISD::SEXTLOAD && NumLoads > 1)
16612 if (Ext == ISD::SEXTLOAD && RegSz == 256)
16665 if (Ext == ISD::SEXTLOAD) {
17482 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
17483 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
17486 SDValue SetCC = Ext.getOperand(0);