Searched refs:UseGP (Results 1 – 2 of 2) sorted by relevance
66 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
1443 bool UseGP, Align Alignment) { in SelectGlobalAddress() argument1449 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()1451 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()1473 if (!UseGP) in SelectGlobalAddress()1475 return !UseGP; in SelectGlobalAddress()1477 if (UseGP) in SelectGlobalAddress()1479 return UseGP; in SelectGlobalAddress()