Searched refs:allowsMisalignedMemoryAccessesImpl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 320 bool allowsMisalignedMemoryAccessesImpl( 331 return allowsMisalignedMemoryAccessesImpl(Ty.getSizeInBits(), AddrSpace,
|
| H A D | AMDGPULegalizerInfo.cpp | 379 if (!TLI->allowsMisalignedMemoryAccessesImpl(MemSize, AS, in isLoadStoreSizeLegal() 482 return TLI->allowsMisalignedMemoryAccessesImpl( in shouldWidenLoad()
|
| H A D | SIISelLowering.cpp | 1629 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()
|