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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3245 bool IsMemset, bool ZeroMemset,
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.cpp3784 bool ZeroMemset,
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.cpp1678 /// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
1686 bool IsMemset, bool ZeroMemset,
1690 if ((!IsMemset || ZeroMemset) &&
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.cpp6155 bool ZeroMemset,
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.cpp9731 bool IsMemset, bool ZeroMemset,
9737 if ((!IsMemset || ZeroMemset) &&
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.cpp8881 /// true, that means it's expanding a memset. If 'ZeroMemset' is true, that
8888 bool IsMemset, bool ZeroMemset,
8886 getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const argument

Completed in 1137 milliseconds