Lines Matching refs:IsBase
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
393 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
395 if (IsBase) in changeComponent()
404 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
407 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
428 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
433 changeComponent(AM, IsBase, Op0); in expandDisp()
444 bool IsBase) const { in expandAddress()
445 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
459 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
461 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
464 return expandDisp(AM, IsBase, Op1, in expandAddress()
467 return expandDisp(AM, IsBase, Op0, in expandAddress()
470 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
479 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()