Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h236 template <typename Quantity> Quantity expandVScale(Quantity X) const { in expandVScale() function
H A DRISCVISelDAGToDAG.cpp2534 Subtarget->expandVScale(SubVecVT.getSizeInBits()) in Select()
2535 .isKnownMultipleOf(Subtarget->expandVScale(VecRegSize)); in Select()
2536 assert(isPowerOf2_64(Subtarget->expandVScale(SubVecVT.getSizeInBits()) in Select()
H A DRISCVISelLowering.cpp11525 Subtarget.expandVScale(SubVecVT.getSizeInBits()).getKnownMinValue())); in lowerINSERT_SUBVECTOR()
11527 Subtarget.expandVScale(SubVecVT.getSizeInBits()) in lowerINSERT_SUBVECTOR()
11528 .isKnownMultipleOf(Subtarget.expandVScale(VecRegSize)); in lowerINSERT_SUBVECTOR()
11592 if (Subtarget.expandVScale(EndIndex) == in lowerINSERT_SUBVECTOR()
11593 Subtarget.expandVScale(InterSubVT.getVectorElementCount())) in lowerINSERT_SUBVECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1206 STI.expandVScale(LitTy.getSizeInBits()).getKnownMinValue())); in legalizeInsertSubvector()
1208 STI.expandVScale(LitTy.getSizeInBits()) in legalizeInsertSubvector()
1209 .isKnownMultipleOf(STI.expandVScale(VecRegSize)); in legalizeInsertSubvector()
1269 if (STI.expandVScale(EndIndex) == in legalizeInsertSubvector()
1270 STI.expandVScale(InterLitTy.getElementCount())) in legalizeInsertSubvector()