Lines Matching refs:DispRange
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()
658 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1346 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1356 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1361 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1366 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1373 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1377 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()