Searched refs:SelectGlobalAddress (Results 1 – 1 of 1) sorted by relevance
80 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);1451 return SelectGlobalAddress(N, R, false); in SelectAddrGA()1455 return SelectGlobalAddress(N, R, true); in SelectAddrGP()1458 bool HexagonDAGToDAGISel::SelectGlobalAddress(SDValue &N, SDValue &R, in SelectGlobalAddress() function in HexagonDAGToDAGISel