Searched refs:isLegalElementTypeForRVV (Results 1 – 4 of 4) sorted by relevance
115 return TLI->isLegalElementTypeForRVV(Ty); in isElementTypeLegalForScalableVector()136 return TLI->isLegalElementTypeForRVV(DataType->getScalarType()); in isLegalMaskedLoadStore()164 return TLI->isLegalElementTypeForRVV(DataType->getScalarType()); in isLegalMaskedGatherScatter()198 if (!TLI->isLegalElementTypeForRVV(Ty)) in isLegalToVectorizeReduction()
90 if (!TLI->isLegalElementTypeForRVV(ScalarType)) in isLegalTypeAndAlignment()
587 bool isLegalElementTypeForRVV(Type *ScalarTy) const;
1562 bool RISCVTargetLowering::isLegalElementTypeForRVV(Type *ScalarTy) const { in isLegalElementTypeForRVV() function in RISCVTargetLowering