Searched refs:isSEXTLoad (Results 1 – 5 of 5) sorted by relevance
9522 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N)) in isSignExtended()9615 assert((ISD::isSEXTLoad(LD) || ISD::isZEXTLoad(LD)) && in SkipExtensionForVMULL()9620 unsigned Opcode = ISD::isSEXTLoad(LD) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in SkipExtensionForVMULL()19721 bool isSEXTLoad, SDValue &Base, in getARMIndexedAddressParts() argument19727 if (VT == MVT::i16 || ((VT == MVT::i8 || VT == MVT::i1) && isSEXTLoad)) { in getARMIndexedAddressParts()19780 bool isSEXTLoad, SDValue &Base, in getT2IndexedAddressParts() argument19805 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts() argument19871 bool isSEXTLoad = false; in getPreIndexedAddressParts() local19877 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD; in getPreIndexedAddressParts()19886 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD; in getPreIndexedAddressParts()[all …]
3305 inline bool isSEXTLoad(const SDNode *N) {
4030 else if (ISD::isSEXTLoad(Op.getNode())) in computeKnownBits()
7740 (ISD::isSEXTLoad(N0.getNode()) && N0.hasOneUse()))) { in visitAND()14117 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()
9589 if (ISD::isSEXTLoad(InputNode)) in isValidSplatLoad()