Lines Matching defs:AM
1057 ISD::MemIndexedMode &AM,
1100 AM = ISD::PRE_INC;
5660 // by AM is legal for this target, for a load/store of the specified type.
5661 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM,
5666 if (AM.BaseOffs <= -(1LL << 16) || AM.BaseOffs >= (1LL << 16)-1)
5670 if (AM.BaseGV)
5674 switch (AM.Scale) {
5678 if (AM.HasBaseReg && AM.BaseOffs) // "r+r+i" is not allowed.
5683 if (AM.HasBaseReg || AM.BaseOffs) // 2*r+r or 2*r+i is not allowed.