Searched refs:expandAddress (Results 1 – 1 of 1) sorted by relevance
151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;457 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel589 while (expandAddress(AM, true) || in selectAddress()590 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()