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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp153 bool selectAddress(SDValue N, SystemZAddressingMode &AM) const;
546 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr, function in class:SystemZDAGToDAGISel
634 if (!selectAddress(Addr, AM))
645 if (!selectAddress(Addr, AM) || AM.Index.getNode())
657 if (!selectAddress(Addr, AM))

Completed in 49 milliseconds