Searched refs:DispRange (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 46 enum DispRange { enum 53 DispRange DR; 63 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() 165 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 171 bool selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 178 SystemZAddressingMode::DispRange DR, SDValue Addr, 364 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 475 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 635 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 646 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 47 enum DispRange { enum 54 DispRange DR; 64 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, 375 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 486 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 652 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 663 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() [all …]
|