reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
15331     assert(Op->getValueType(0) == MVT::i32 && "Non-i32 post-inc op?!");
15332     if (Op->getOpcode() != ISD::ADD || !isNonExt)
15334     auto *RHS = dyn_cast<ConstantSDNode>(Op->getOperand(1));
15338     Offset = Op->getOperand(1);
15339     Base = Op->getOperand(0);
15348               getMVEIndexedAddressParts(Op, VT, Align, isSEXTLoad,
15353       isLegal = getT2IndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
15356       isLegal = getARMIndexedAddressParts(Op, VT, isSEXTLoad, Base, Offset,
15365     if (Ptr == Offset && Op->getOpcode() == ISD::ADD &&