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