reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/Hexagon/HexagonISelDAGToDAG.h
   63   bool SelectGlobalAddress(SDValue &N, SDValue &R, bool UseGP,

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1292   return SelectGlobalAddress(N, R, false, 0);
 1296   return SelectGlobalAddress(N, R, true, 0);
 1361   if (SelectGlobalAddress(N, R, false, LogAlign) ||
 1362       SelectGlobalAddress(N, R, true, LogAlign))