Searched refs:UseGP (Results 1 – 2 of 2) sorted by relevance
65 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
1543 bool UseGP, Align Alignment) { in SelectGlobalAddress() argument1549 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()1551 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()1573 if (!UseGP) in SelectGlobalAddress()1575 return !UseGP; in SelectGlobalAddress()1577 if (UseGP) in SelectGlobalAddress()1579 return UseGP; in SelectGlobalAddress()