Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h115 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()
H A DRISCVGatherScatterLowering.cpp90 if (!TLI->isLegalElementTypeForRVV(ScalarType)) in isLegalTypeAndAlignment()
H A DRISCVISelLowering.h587 bool isLegalElementTypeForRVV(Type *ScalarTy) const;
H A DRISCVISelLowering.cpp1562 bool RISCVTargetLowering::isLegalElementTypeForRVV(Type *ScalarTy) const { in isLegalElementTypeForRVV() function in RISCVTargetLowering