Lines Matching refs:DR
55 DispRange DR; member
66 : Form(form), DR(dr), Disp(0), IncludesDynAlloc(false) {} 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() argument
397 switch (DR) { in selectDisp()
453 if (selectDisp(AM.DR, TestDisp)) { in expandDisp()
508 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() argument
509 assert(selectDisp(DR, Val) && "Invalid displacement"); in isValidDisp()
510 switch (DR) { in isValidDisp()
607 if (!isValidDisp(AM.DR, AM.Disp)) in selectAddress()
674 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() argument
677 SystemZAddressingMode AM(SystemZAddressingMode::FormBD, DR); in selectBDAddr()
685 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() argument
688 SystemZAddressingMode AM(SystemZAddressingMode::FormBDXNormal, DR); in selectMVIAddr()
697 SystemZAddressingMode::DispRange DR, in selectBDXAddr() argument
700 SystemZAddressingMode AM(Form, DR); in selectBDXAddr()