Lines Matching refs:DispRange
47 enum DispRange { enum
54 DispRange DR;
64 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,
389 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
500 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
666 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
677 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
689 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1678 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1689 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1695 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1701 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1713 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1717 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()