Searched defs:DestAM (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp145 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
1559 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, argument
1583 RV &= X86FastEmitStore(VT, Reg, DestAM);
1588 DestAM.Disp += Size;
1610 X86AddressMode DestAM, SrcAM; local
1611 if (!X86SelectAddress(MCI.getRawDest(), DestAM) ||
1614 TryEmitSmallMemcpy(DestAM, SrcAM, Len);

Completed in 72 milliseconds