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.cpp490 static bool loadStoreBitcastWorkaround(const LLT Ty) { in loadStoreBitcastWorkaround() function
513 !hasBufferRsrcWorkaround(Ty) && !loadStoreBitcastWorkaround(Ty); in isLoadStoreLegal()
525 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(Ty)) in shouldBitcastLoadStoreType()