Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp140 bool IsMemcpySmall(uint64_t Len);
1317 bool X86FastISel::IsMemcpySmall(uint64_t Len) { in IsMemcpySmall() function in X86FastISel
1325 if (!IsMemcpySmall(Len)) in TryEmitSmallMemcpy()
1372 if (IsMemcpySmall(Len)) { in X86VisitIntrinsicCall()
1588 if (!IsMemcpySmall(FrameSize)) in DoSelectCall()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp163 bool IsMemcpySmall(uint64_t Len);
2398 bool X86FastISel::IsMemcpySmall(uint64_t Len) { in IsMemcpySmall() function in X86FastISel
2406 if (!IsMemcpySmall(Len)) in TryEmitSmallMemcpy()
2570 if (IsMemcpySmall(Len)) { in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp167 bool IsMemcpySmall(uint64_t Len);
2576 bool X86FastISel::IsMemcpySmall(uint64_t Len) { in IsMemcpySmall() function in X86FastISel
2584 if (!IsMemcpySmall(Len)) in TryEmitSmallMemcpy()
2748 if (IsMemcpySmall(Len)) { in fastLowerIntrinsicCall()