Searched refs:TryEmitSmallMemcpy (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 142 bool TryEmitSmallMemcpy(X86AddressMode DestAM, 1321 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, in TryEmitSmallMemcpy() function in X86FastISel 1377 TryEmitSmallMemcpy(DestAM, SrcAM, Len); in X86VisitIntrinsicCall() 1737 bool Res = TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize()); in DoSelectCall()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 165 bool TryEmitSmallMemcpy(X86AddressMode DestAM, 2402 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, in TryEmitSmallMemcpy() function in X86FastISel 2575 TryEmitSmallMemcpy(DestAM, SrcAM, Len); in fastLowerIntrinsicCall() 3235 if (!TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize())) in fastLowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 169 bool TryEmitSmallMemcpy(X86AddressMode DestAM, 2580 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, in TryEmitSmallMemcpy() function in X86FastISel 2753 TryEmitSmallMemcpy(DestAM, SrcAM, Len); in fastLowerIntrinsicCall() 3443 if (!TryEmitSmallMemcpy(AM, SrcAM, Flags.getByValSize())) in fastLowerCall()
|