Lines Matching refs:IsBase
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
408 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
410 if (IsBase) in changeComponent()
419 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
422 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
443 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
448 changeComponent(AM, IsBase, Op0); in expandDisp()
459 bool IsBase) const { in expandAddress()
460 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
474 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
476 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
479 return expandDisp(AM, IsBase, Op1, in expandAddress()
482 return expandDisp(AM, IsBase, Op0, in expandAddress()
485 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
494 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()