Searched refs:DispRange (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 48 enum DispRange { enum 55 DispRange DR; 65 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() 166 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 172 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 179 SystemZAddressingMode::DispRange DR, SDValue Addr, 411 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 523 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 689 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 700 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() [all …]
|