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,
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()
712 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1802 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1813 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1819 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1825 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1837 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1841 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()