Searched refs:allowsMisalignedMemoryAccessesImpl (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 289 bool allowsMisalignedMemoryAccessesImpl( 300 return allowsMisalignedMemoryAccessesImpl(Ty.getSizeInBits(), AddrSpace,
|
| H A D | AMDGPULegalizerInfo.cpp | 325 if (!TLI->allowsMisalignedMemoryAccessesImpl(MemSize, AS, in isLoadStoreSizeLegal() 410 return TLI->allowsMisalignedMemoryAccessesImpl( in shouldWidenLoad()
|
| H A D | SIISelLowering.cpp | 1367 bool SITargetLowering::allowsMisalignedMemoryAccessesImpl( in allowsMisalignedMemoryAccessesImpl() function in SITargetLowering 1521 bool Allow = allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AddrSpace, in allowsMisalignedMemoryAccesses() 8748 if (allowsMisalignedMemoryAccessesImpl(MemVT.getSizeInBits(), AS, in LowerLOAD() 9247 if (allowsMisalignedMemoryAccessesImpl(VT.getSizeInBits(), AS, in LowerSTORE()
|