Home
last modified time | relevance | path

Searched refs:UseGP (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp80 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP);
1459 bool UseGP) { in SelectGlobalAddress() argument
1465 if (UseGP && GAOpc != HexagonISD::CONST32_GP) in SelectGlobalAddress()
1467 if (!UseGP && GAOpc != HexagonISD::CONST32) in SelectGlobalAddress()
1485 if (!UseGP) in SelectGlobalAddress()
1487 return !UseGP; in SelectGlobalAddress()
1489 if (UseGP) in SelectGlobalAddress()
1491 return UseGP; in SelectGlobalAddress()