Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp337 static bool loadStoreBitcastWorkaround(const LLT Ty) { in loadStoreBitcastWorkaround() function
358 !loadStoreBitcastWorkaround(Ty); in isLoadStoreLegal()
370 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(Ty)) in shouldBitcastLoadStoreType()