Home | History | Annotate | Download | only in X86

Lines Matching refs:MatchAddress

198     bool MatchAddress(SDValue N, X86ISelAddressMode &AM);
691 /// MatchAddress - Add the specified node to the specified addressing mode,
694 bool X86DAGToDAGISel::MatchAddress(SDValue N, X86ISelAddressMode &AM) {
727 dbgs() << "MatchAddress: ";
789 // in MatchAddress turns (,x,2) into (x,x), which is cheaper.
1100 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
1149 if (MatchAddress(N, AM))
1219 // Set AM.Segment to prevent MatchAddress from using one. LEA doesn't support
1224 if (MatchAddress(N, AM))