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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp155 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const;
569 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr, function in class:SystemZDAGToDAGISel
667 if (!selectAddress(Addr, AM))
678 if (!selectAddress(Addr, AM) || AM.Index.getNode())
690 if (!selectAddress(Addr, AM))

Completed in 165 milliseconds