Lines Matching refs:IsBase
150 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;
381 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument
383 if (IsBase) in changeComponent()
392 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument
395 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc()
416 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument
421 changeComponent(AM, IsBase, Op0); in expandDisp()
432 bool IsBase) const { in expandAddress()
433 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress()
447 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress()
449 return expandAdjDynAlloc(AM, IsBase, Op0); in expandAddress()
452 return expandDisp(AM, IsBase, Op1, in expandAddress()
455 return expandDisp(AM, IsBase, Op0, in expandAddress()
458 if (IsBase && expandIndex(AM, Op0, Op1)) in expandAddress()
467 return expandDisp(AM, IsBase, Base, Offset); in expandAddress()