Searched defs:MemcpyStrSrc (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3246 bool MemcpyStrSrc,
3243 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3785 bool MemcpyStrSrc,
3796 // 'MemcpyStrSrc' indicates whether the memcpy source is constant so it does
3799 IsMemset, ZeroMemset, MemcpyStrSrc,
3780 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, bool AllowOverlap, SelectionDAG &DAG, const TargetLowering &TLI) argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1679 /// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
1687 bool MemcpyStrSrc,
1707 } else if (!MemcpyStrSrc && Size >= 8 &&
1684 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6156 bool MemcpyStrSrc,
6153 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9732 bool MemcpyStrSrc,
9729 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8882 /// means it's a memset of zero. 'MemcpyStrSrc' indicates whether the memcpy
8889 bool MemcpyStrSrc,
8886 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument

Completed in 274 milliseconds