Searched refs:UseGP (Results 1 – 2 of 2) sorted by relevance
65 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
1542 bool UseGP, Align Alignment) { in SelectGlobalAddress() argument1548 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()1550 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()1572 if (!UseGP) in SelectGlobalAddress()1574 return !UseGP; in SelectGlobalAddress()1576 if (UseGP) in SelectGlobalAddress()1578 return UseGP; in SelectGlobalAddress()