reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
77 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); 77 bool IsZeroExt = (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD); 131 auto getExt64 = [this,ExtType] (MachineSDNode *N, const SDLoc &dl) 133 if (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD) { 133 if (ExtType == ISD::ZEXTLOAD || ExtType == ISD::EXTLOAD) { 138 if (ExtType == ISD::SEXTLOAD) 149 if (ValueVT == MVT::i64 && ExtType != ISD::NON_EXTLOAD) {