Home | History | Annotate | Download | only in X86

Lines Matching refs:DestAM

165   bool TryEmitSmallMemcpy(X86AddressMode DestAM,
2402 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM,
2425 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM);
2430 DestAM.Disp += Size;
2571 X86AddressMode DestAM, SrcAM;
2572 if (!X86SelectAddress(MCI->getRawDest(), DestAM) ||
2575 TryEmitSmallMemcpy(DestAM, SrcAM, Len);