Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp504 static bool loadStoreBitcastWorkaround(const LLT Ty) { in loadStoreBitcastWorkaround() function
526 !hasBufferRsrcWorkaround(Ty) && !loadStoreBitcastWorkaround(Ty); in isLoadStoreLegal()
538 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(ST, Ty)) in shouldBitcastLoadStoreType()