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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp162 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr,
189 return selectBDAddr(SystemZAddressingMode::Disp12Only, Addr, Base, Disp);
192 return selectBDAddr(SystemZAddressingMode::Disp12Pair, Addr, Base, Disp);
195 return selectBDAddr(SystemZAddressingMode::Disp20Only, Addr, Base, Disp);
198 return selectBDAddr(SystemZAddressingMode::Disp20Pair, Addr, Base, Disp);
612 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, function in class:SystemZDAGToDAGISel

Completed in 70 milliseconds