Searched refs:SelectGlobalAddress (Results 1 – 1 of 1) sorted by relevance
71 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);1365 return SelectGlobalAddress(N, R, false); in SelectAddrGA()1369 return SelectGlobalAddress(N, R, true); in SelectAddrGP()1372 bool HexagonDAGToDAGISel::SelectGlobalAddress(SDValue &N, SDValue &R, in SelectGlobalAddress() function in HexagonDAGToDAGISel