Lines Matching refs:IsBase
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
414 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
416 if (IsBase) in changeComponent()
425 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
428 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
449 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
454 changeComponent(AM, IsBase, Op0); in expandDisp()
465 bool IsBase) const { in expandAddress()
466 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
481 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
483 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
486 return expandDisp(AM, IsBase, Op1, in expandAddress()
489 return expandDisp(AM, IsBase, Op0, in expandAddress()
492 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
501 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()