Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp200 static bool isRegisterType(LLT Ty) { in isRegisterType() function
212 static LegalityPredicate isRegisterType(unsigned TypeIdx) { in isRegisterType() function
214 return isRegisterType(Query.Types[TypeIdx]); in isRegisterType()
356 return isRegisterType(Ty) && isLoadStoreSizeLegal(ST, Query) && in isLoadStoreLegal()
369 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(Ty)) in shouldBitcastLoadStoreType()
666 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
682 .legalIf(isRegisterType(0)) in AMDGPULegalizerInfo()
1556 BuildVector.legalIf(isRegisterType(0)); in AMDGPULegalizerInfo()
1560 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
1585 .legalIf(all(isRegisterType(0), isRegisterType(1))) in AMDGPULegalizerInfo()
[all …]