Searched refs:SelectGlobalAddress (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.h | 65 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
|
| H A D | HexagonISelDAGToDAG.cpp | 1467 return SelectGlobalAddress(N, R, false, Align(1)); in SelectAddrGA() 1471 return SelectGlobalAddress(N, R, true, Align(1)); in SelectAddrGP() 1534 if (SelectGlobalAddress(N, R, false, Alignment) || in SelectAnyImmediate() 1535 SelectGlobalAddress(N, R, true, Alignment)) in SelectAnyImmediate() 1541 bool HexagonDAGToDAGISel::SelectGlobalAddress(SDValue &N, SDValue &R, in SelectGlobalAddress() function in HexagonDAGToDAGISel
|