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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp166 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
193 return selectBDAddr(SystemZAddressingMode::Disp12Only, Addr, Base, Disp);
196 return selectBDAddr(SystemZAddressingMode::Disp12Pair, Addr, Base, Disp);
199 return selectBDAddr(SystemZAddressingMode::Disp20Only, Addr, Base, Disp);
202 return selectBDAddr(SystemZAddressingMode::Disp20Pair, Addr, Base, Disp);
663 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, function in class:SystemZDAGToDAGISel

Completed in 117 milliseconds