Lines Matching refs:IsBase
151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
382 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
384 if (IsBase) in changeComponent()
393 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
396 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
417 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
422 changeComponent(AM, IsBase, Op0); in expandDisp()
433 bool IsBase) const { in expandAddress()
434 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
448 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
450 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
453 return expandDisp(AM, IsBase, Op1, in expandAddress()
456 return expandDisp(AM, IsBase, Op0, in expandAddress()
459 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
468 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()