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.h340 bool allowsMisalignedMemoryAccessesImpl(
351 return allowsMisalignedMemoryAccessesImpl(Ty.getSizeInBits(), AddrSpace,
H A DAMDGPULegalizerInfo.cpp477 if (!TLI->allowsMisalignedMemoryAccessesImpl(MemSize, AS, in isLoadStoreSizeLegal()
578 return TLI->allowsMisalignedMemoryAccessesImpl( in shouldWidenLoad()
H A DSIISelLowering.cpp1802 bool SITargetLowering::allowsMisalignedMemoryAccessesImpl( in allowsMisalignedMemoryAccessesImpl() function in SITargetLowering
1981 return allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AddrSpace, in allowsMisalignedMemoryAccesses()
11050 if (allowsMisalignedMemoryAccessesImpl(MemVT.getSizeInBits(), AS, in LowerLOAD()
11637 if (allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AS, in LowerSTORE()