Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp201 static bool isRegisterType(LLT Ty) { in isRegisterType() function
213 static LegalityPredicate isRegisterType(unsigned TypeIdx) { in isRegisterType() function
215 return isRegisterType(Query.Types[TypeIdx]); in isRegisterType()
357 return isRegisterType(Ty) && isLoadStoreSizeLegal(ST, Query) && in isLoadStoreLegal()
370 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(Ty)) in shouldBitcastLoadStoreType()
668 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
684 .legalIf(isRegisterType(0)) in AMDGPULegalizerInfo()
1545 BuildVector.legalIf(isRegisterType(0)); in AMDGPULegalizerInfo()
1549 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
1581 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
[all …]