Home | History | Annotate | Download | only in X86

Lines Matching refs:MatchAddress

200     bool MatchAddress(SDValue N, X86ISelAddressMode &AM);
699 /// MatchAddress - Add the specified node to the specified addressing mode,
702 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) {
942 dbgs() << "MatchAddress: ";
1004 // in MatchAddress turns (,x,2) into (x,x), which is cheaper.
1247 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1296 if (MatchAddress(N, AM))
1366 // Set AM.Segment to prevent MatchAddress from using one. LEA doesn't support
1371 if (MatchAddress(N, AM))