Lines Matching refs:IsBase
148 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
363 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
365 if (IsBase) in changeComponent()
374 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
377 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
398 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
403 changeComponent(AM, IsBase, Op0); in expandDisp()
414 bool IsBase) const { in expandAddress()
415 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
429 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
431 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
434 return expandDisp(AM, IsBase, Op1, in expandAddress()
437 return expandDisp(AM, IsBase, Op0, in expandAddress()
440 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
449 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()