Searched refs:memOpAlign (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6698 static bool memOpAlign(unsigned DstAlign, unsigned SrcAlign, in memOpAlign() function 6716 (memOpAlign(SrcAlign, DstAlign, 16) || in getOptimalMemOpType() 6721 (memOpAlign(SrcAlign, DstAlign, 8) || in getOptimalMemOpType() 6726 (memOpAlign(SrcAlign, DstAlign, 4) || in getOptimalMemOpType()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9898 static bool memOpAlign(unsigned DstAlign, unsigned SrcAlign, in memOpAlign() function 9916 (memOpAlign(SrcAlign, DstAlign, 16) || in getOptimalMemOpType() 9920 (memOpAlign(SrcAlign, DstAlign, 8) || in getOptimalMemOpType()
|