Searched refs:expandAddress (Results 1 – 2 of 2) sorted by relevance
151 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;432 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel564 while (expandAddress(AM, true) || in selectAddress()565 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()
152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const;443 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress() function in SystemZDAGToDAGISel575 while (expandAddress(AM, true) || in selectAddress()576 (AM.Index.getNode() && expandAddress(AM, false))) in selectAddress()