Lines Matching refs:DispRange
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,
390 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
501 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
667 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
678 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
690 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1679 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1689 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1694 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1699 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1709 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1713 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()