Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h619 bool hasUnalignedScratchAccessEnabled() const { in hasUnalignedScratchAccessEnabled() function
H A DAMDGPUTargetTransformInfo.cpp403 return (Alignment >= 4 || ST->hasUnalignedScratchAccessEnabled()) && in isLegalToVectorizeMemChain()
H A DSIISelLowering.cpp1938 return AlignedBy4 || Subtarget->hasUnalignedScratchAccessEnabled(); in allowsMisalignedMemoryAccessesImpl()