Lines Matching refs:IsBase
151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
407 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
409 if (IsBase) in changeComponent()
418 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
421 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
442 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
447 changeComponent(AM, IsBase, Op0); in expandDisp()
458 bool IsBase) const { in expandAddress()
459 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
473 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
475 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
478 return expandDisp(AM, IsBase, Op1, in expandAddress()
481 return expandDisp(AM, IsBase, Op0, in expandAddress()
484 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
493 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()