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

Declarations

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  178   bool selectBDXAddr(SystemZAddressingMode::AddrForm Form,

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  216     return selectBDXAddr(SystemZAddressingMode::FormBDXNormal,
  222     return selectBDXAddr(SystemZAddressingMode::FormBDXNormal,
  228     return selectBDXAddr(SystemZAddressingMode::FormBDXDynAlloc,
  234     return selectBDXAddr(SystemZAddressingMode::FormBDXNormal,
  240     return selectBDXAddr(SystemZAddressingMode::FormBDXNormal,
  246     return selectBDXAddr(SystemZAddressingMode::FormBDXNormal,
  252     return selectBDXAddr(SystemZAddressingMode::FormBDXLA,
  258     return selectBDXAddr(SystemZAddressingMode::FormBDXLA,
 1664   if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) {