Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h326 bool allowsMisalignedMemoryAccessesImpl(
337 return allowsMisalignedMemoryAccessesImpl(Ty.getSizeInBits(), AddrSpace,
H A DAMDGPULegalizerInfo.cpp463 if (!TLI->allowsMisalignedMemoryAccessesImpl(MemSize, AS, in isLoadStoreSizeLegal()
565 return TLI->allowsMisalignedMemoryAccessesImpl( in shouldWidenLoad()
H A DSIISelLowering.cpp1690 bool SITargetLowering::allowsMisalignedMemoryAccessesImpl( in allowsMisalignedMemoryAccessesImpl() function in SITargetLowering
1864 return allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AddrSpace, in allowsMisalignedMemoryAccesses()
10392 if (allowsMisalignedMemoryAccessesImpl(MemVT.getSizeInBits(), AS, in LowerLOAD()
10947 if (allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AS, in LowerSTORE()