Home | History | Annotate | Download | only in X86

Lines Matching refs:Ext

1783       // bits.  Insert an assert[sz]ext to capture this, then truncate to the
13511 ISD::LoadExtType Ext = Ld->getExtensionType();
13513 // If this is a vector EXT Load then attempt to optimize it using a
13517 if (RegVT.isVector() && Ext == ISD::EXTLOAD && Subtarget->hasSSE41()) {
14106 SDValue Ext = N->getOperand(N->getOpcode() == ISD::SUB ? 1 : 0);
14107 if (Ext.getOpcode() != ISD::ZERO_EXTEND || !Ext.hasOneUse())
14110 SDValue SetCC = Ext.getOperand(0);