Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp392 static bool hasBufferRsrcWorkaround(const LLT Ty) { in hasBufferRsrcWorkaround() function
397 return hasBufferRsrcWorkaround(ElemTy); in hasBufferRsrcWorkaround()
414 if (hasBufferRsrcWorkaround(Ty)) in loadStoreBitcastWorkaround()
508 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcFromV4I32()
567 if (!hasBufferRsrcWorkaround(PointerTy)) in castBufferRsrcArgToV4I32()
1425 return hasBufferRsrcWorkaround(Query.Types[0]); in AMDGPULegalizerInfo()
2993 if (hasBufferRsrcWorkaround(ValTy)) { in legalizeLoad()
3066 if (hasBufferRsrcWorkaround(DataTy)) { in legalizeStore()
5581 if (hasBufferRsrcWorkaround(Ty)) in fixStoreSourceType()
5760 if (hasBufferRsrcWorkaround(Ty)) { in legalizeBufferLoad()
[all …]