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