Home | History | Annotate | Download | only in X86

Lines Matching refs:MatchAddressBase

200     bool MatchAddressBase(SDValue N, X86ISelAddressMode &AM);
944 return MatchAddressBase(N, AM);
1241 return MatchAddressBase(N, AM);
1244 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1246 bool X86DAGToDAGISel::MatchAddressBase(SDValue N, X86ISelAddressMode &AM) {