Home | History | Annotate | Download | only in X86

Lines Matching full:matchaddress

206     bool matchAddress(SDValue N, X86ISelAddressMode &AM);
837 bool X86DAGToDAGISel::matchAddress(SDValue N, X86ISelAddressMode &AM) {
1112 dbgs() << "MatchAddress: ";
1184 // in MatchAddress turns (,x,2) into (x,x), which is cheaper.
1397 /// Helper for MatchAddress. Add the specified node to the
1484 if (matchAddress(N, AM))
1621 // Set AM.Segment to prevent MatchAddress from using one. LEA doesn't support
1626 if (matchAddress(N, AM))