Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
637 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
653 .legalIf(isRegisterType(0)) in AMDGPULegalizerInfo()
1510 BuildVector.legalIf(isRegisterType(0)); in AMDGPULegalizerInfo()
1514 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
1546 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
[all …]