Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h65 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
H A DHexagonISelDAGToDAG.cpp1543 bool UseGP, Align Alignment) { in SelectGlobalAddress() argument
1549 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()