Home | History | Annotate | Download | only in SystemZ

Lines Matching full:expandaddress

145   bool expandAddress(SystemZAddressingMode &AM, bool IsBase);
380 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM,
497 while (expandAddress(AM, true) ||
498 (AM.Index.getNode() && expandAddress(AM, false)))