Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.h66 bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP, Align Alignment);
H A DHexagonISelDAGToDAG.cpp1368 return SelectGlobalAddress(N, R, false, Align(1)); in SelectAddrGA()
1372 return SelectGlobalAddress(N, R, true, Align(1)); in SelectAddrGP()
1435 if (SelectGlobalAddress(N, R, false, Alignment) || in SelectAnyImmediate()
1436 SelectGlobalAddress(N, R, true, Alignment)) in SelectAnyImmediate()
1442 bool HexagonDAGToDAGISel::SelectGlobalAddress(SDValue &N, SDValue &R, in SelectGlobalAddress() function in HexagonDAGToDAGISel