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.cpp1542 bool UseGP, Align Alignment) { in SelectGlobalAddress() argument
1548 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()