Home
last modified time | relevance | path

Searched refs:FormBDXNormal (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp33 FormBDXNormal, enumerator
212 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr12Only()
218 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr12Pair()
230 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Only()
236 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Only128()
242 return selectBDXAddr(SystemZAddressingMode::FormBDXNormal, in selectBDXAddr20Pair()
626 SystemZAddressingMode AM(SystemZAddressingMode::FormBDXNormal, DR); in selectMVIAddr()