Searched defs:IsMemset (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp478 unsigned SrcAlign, bool IsMemset,
477 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3692 bool IsMemset, bool ZeroMemset,
3690 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.cpp4186 bool IsMemset,
4203 IsMemset, ZeroMemset, MemcpyStrSrc,
4183 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, bool AllowOverlap, unsigned DstAS, unsigned SrcAS, SelectionDAG &DAG, const TargetLowering &TLI) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7245 unsigned SrcAlign, bool IsMemset,
7254 if (Subtarget->hasFPARMv8() && !IsMemset && Size >= 16 &&
7244 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.cpp11883 /// probably because the source does not need to be loaded. If 'IsMemset' is
11891 bool IsMemset, bool ZeroMemset,
11898 if (Subtarget.hasQPX() && Size >= 32 && (!IsMemset || Size >= 64) &&
11908 ((IsMemset && Subtarget.hasVSX()) || Subtarget.hasP8Vector())))
11889 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.cpp11144 bool IsMemset, bool ZeroMemset,
11150 if ((!IsMemset || ZeroMemset) && Subtarget->hasNEON() &&
11142 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1796 /// probably because the source does not need to be loaded. If 'IsMemset' is
1805 bool IsMemset, bool ZeroMemset,
1828 } else if ((!IsMemset || ZeroMemset) && !MemcpyStrSrc && Size >= 8 &&
1803 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument
[all...]

Completed in 615 milliseconds