Home | History | Annotate | Download | only in X86

Lines Matching refs:MatchAddressBase

203     bool MatchAddressBase(SDValue N, X86ISelAddressMode &AM);
947 return MatchAddressBase(N, AM);
1244 return MatchAddressBase(N, AM);
1247 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1249 bool X86DAGToDAGISel::MatchAddressBase(SDValue N, X86ISelAddressMode &AM) {