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