Searched refs:selectBDAddr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp164 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
191 return selectBDAddr(SystemZAddressingMode::Disp12Only, Addr, Base, Disp);
194 return selectBDAddr(SystemZAddressingMode::Disp12Pair, Addr, Base, Disp);
197 return selectBDAddr(SystemZAddressingMode::Disp20Only, Addr, Base, Disp);
200 return selectBDAddr(SystemZAddressingMode::Disp20Pair, Addr, Base, Disp);
630 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, function in class:SystemZDAGToDAGISel

Completed in 99 milliseconds