Searched refs:selectBDAddr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 162 bool selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, 189 return selectBDAddr(SystemZAddressingMode::Disp12Only, Addr, Base, Disp); in selectBDAddr12Only() 192 return selectBDAddr(SystemZAddressingMode::Disp12Pair, Addr, Base, Disp); in selectBDAddr12Pair() 195 return selectBDAddr(SystemZAddressingMode::Disp20Only, Addr, Base, Disp); in selectBDAddr20Only() 198 return selectBDAddr(SystemZAddressingMode::Disp20Pair, Addr, Base, Disp); in selectBDAddr20Pair() 612 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() function in SystemZDAGToDAGISel
|