Searched refs:isSEXTLoad (Results 1 – 5 of 5) sorted by relevance
9470 if (N->getOpcode() == ISD::SIGN_EXTEND || ISD::isSEXTLoad(N)) in isSignExtended()9563 assert((ISD::isSEXTLoad(LD) || ISD::isZEXTLoad(LD)) && in SkipExtensionForVMULL()9568 unsigned Opcode = ISD::isSEXTLoad(LD) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in SkipExtensionForVMULL()19786 bool isSEXTLoad, SDValue &Base, in getARMIndexedAddressParts() argument19792 if (VT == MVT::i16 || ((VT == MVT::i8 || VT == MVT::i1) && isSEXTLoad)) { in getARMIndexedAddressParts()19845 bool isSEXTLoad, SDValue &Base, in getT2IndexedAddressParts() argument19870 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts() argument19936 bool isSEXTLoad = false; in getPreIndexedAddressParts() local19942 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD; in getPreIndexedAddressParts()19951 isSEXTLoad = LD->getExtensionType() == ISD::SEXTLOAD; in getPreIndexedAddressParts()[all …]
3195 inline bool isSEXTLoad(const SDNode *N) {
3793 else if (ISD::isSEXTLoad(Op.getNode())) in computeKnownBits()
7284 (ISD::isSEXTLoad(N0.getNode()) && N0.hasOneUse()))) { in visitAND()13257 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()
9439 if (ISD::isSEXTLoad(InputNode)) in isValidSplatLoad()