Searched defs:DestAM (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp158 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
2133 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, argument
2157 RV &= X86FastEmitStore(VT, Reg, /*Kill=*/true, DestAM);
2162 DestAM.Disp += Size;
2248 X86AddressMode DestAM, SrcAM; local
2249 if (!X86SelectAddress(MCI.getRawDest(), DestAM) ||
2252 TryEmitSmallMemcpy(DestAM, SrcAM, Len);

Completed in 558 milliseconds