Searched refs:TryEmitSmallMemcpy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp158 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
2133 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, function in class:X86FastISel
2252 TryEmitSmallMemcpy(DestAM, SrcAM, Len);
2927 bool Res = TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize());

Completed in 36 milliseconds