Home | History | Annotate | Download | only in X86

Lines Matching refs:DestAM

142   bool TryEmitSmallMemcpy(X86AddressMode DestAM,
1321 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM,
1346 RV &= X86FastEmitStore(VT, Reg, DestAM);
1351 DestAM.Disp += Size;
1373 X86AddressMode DestAM, SrcAM;
1374 if (!X86SelectAddress(MCI.getRawDest(), DestAM) ||
1377 TryEmitSmallMemcpy(DestAM, SrcAM, Len);