Lines Matching refs:DispRange
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,
396 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
508 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
674 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
685 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
697 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1754 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1765 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1771 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1777 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1789 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1793 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()