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,
375 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
486 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
652 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
663 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
675 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
1554 SystemZAddressingMode::DispRange DispRange; in SelectInlineAsmMemoryOperand() local
1564 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1569 DispRange = SystemZAddressingMode::Disp12Only; in SelectInlineAsmMemoryOperand()
1574 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1584 DispRange = SystemZAddressingMode::Disp20Only; in SelectInlineAsmMemoryOperand()
1588 if (selectBDXAddr(Form, DispRange, Op, Base, Disp, Index)) { in SelectInlineAsmMemoryOperand()