Home
last modified time | relevance | path

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

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