Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp163 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
2196 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, in TryEmitSmallMemcpy() function in X86FastISel
2367 TryEmitSmallMemcpy(DestAM, SrcAM, Len); in fastLowerIntrinsicCall()
3006 if (!TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize())) in fastLowerCall()