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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp151 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const;
528 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr, function in class:SystemZDAGToDAGISel
616 if (!selectAddress(Addr, AM))
627 if (!selectAddress(Addr, AM) || AM.Index.getNode())
639 if (!selectAddress(Addr, AM))

Completed in 1093 milliseconds