Searched refs:isRegisterType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCLegalizerInfo.cpp | 21 static LegalityPredicate isRegisterType(unsigned TypeIdx) { in isRegisterType() function 66 .legalIf(all(isRegisterType(0), isRegisterType(1))) in PPCLegalizerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 244 static bool isRegisterType(const GCNSubtarget &ST, LLT Ty) { in isRegisterType() function 256 static LegalityPredicate isRegisterType(const GCNSubtarget &ST, in isRegisterType() function 259 return isRegisterType(ST, Query.Types[TypeIdx]); in isRegisterType() 270 return isRegisterType(ST, Ty) && in isIllegalRegisterType() 525 return isRegisterType(ST, Ty) && isLoadStoreSizeLegal(ST, Query) && in isLoadStoreLegal() 538 if (loadStoreBitcastWorkaround(Ty) && isRegisterType(ST, Ty)) in shouldBitcastLoadStoreType() 1924 BuildVector.legalIf(isRegisterType(ST, 0)); in AMDGPULegalizerInfo() 1928 .legalIf(all(isRegisterType(ST, 0), isRegisterType(ST, 1))) in AMDGPULegalizerInfo() 1954 .legalIf(all(isRegisterType(ST, 0), isRegisterType(ST, 1))) in AMDGPULegalizerInfo() 3191 if (isRegisterType(ST, ValTy)) { in legalizeLoad()
|