Searched refs:SelectGlobalAddress (Results 1 – 1 of 1) sorted by relevance
72 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);1406 return SelectGlobalAddress(N, R, false); in SelectAddrGA()1410 return SelectGlobalAddress(N, R, true); in SelectAddrGP()1413 bool HexagonDAGToDAGISel::SelectGlobalAddress(SDValue &N, SDValue &R, in SelectGlobalAddress() function in HexagonDAGToDAGISel