Searched refs:SystemZAddressingMode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 27 struct SystemZAddressingMode { struct 64 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() function 152 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 155 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const; 158 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 160 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT, 166 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 172 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 178 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form, 179 SystemZAddressingMode::DispRange DR, SDValue Addr, [all …]
|