Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h320 bool allowsMisalignedMemoryAccessesImpl(
331 return allowsMisalignedMemoryAccessesImpl(Ty.getSizeInBits(), AddrSpace,
H A DAMDGPULegalizerInfo.cpp379 if (!TLI->allowsMisalignedMemoryAccessesImpl(MemSize, AS, in isLoadStoreSizeLegal()
482 return TLI->allowsMisalignedMemoryAccessesImpl( in shouldWidenLoad()
H A DSIISelLowering.cpp1629 bool SITargetLowering::allowsMisalignedMemoryAccessesImpl( in allowsMisalignedMemoryAccessesImpl() function in SITargetLowering
1803 return allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AddrSpace, in allowsMisalignedMemoryAccesses()
10203 if (allowsMisalignedMemoryAccessesImpl(MemVT.getSizeInBits(), AS, in LowerLOAD()
10758 if (allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AS, in LowerSTORE()