Searched refs:selectBDXAddr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 178 bool selectBDXAddr(SystemZAddressingMode::AddrForm Form, 216 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr12Only() 222 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr12Pair() 228 return selectBDXAddr(SystemZAddressingMode::FormBDXDynAlloc, in selectDynAlloc12Only() 234 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Only() 240 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Only128() 246 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Pair() 252 return selectBDXAddr(SystemZAddressingMode::FormBDXLA, in selectLAAddr12Pair() 258 return selectBDXAddr(SystemZAddressingMode::FormBDXLA, in selectLAAddr20Pair() 711 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr() function in SystemZDAGToDAGISel [all …]
|