Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp214 unsigned getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul) { in getSEWLMULRatio() function
228 unsigned Ratio = RISCVVType::getSEWLMULRatio(SEW, VLMUL); in getSameRatioLMUL()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h119 unsigned getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp368 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(CurVType), in areCompatibleVTYPEs()
370 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs()
707 unsigned getSEWLMULRatio() const { in getSEWLMULRatio() function in __anoncddf45c50111::VSETVLIInfo
710 return RISCVVType::getSEWLMULRatio(SEW, VLMul); in getSEWLMULRatio()
722 return getSEWLMULRatio() == Other.getSEWLMULRatio(); in hasSameVLMAX()
H A DRISCVISelDAGToDAG.cpp580 if (*VLEN / RISCVVType::getSEWLMULRatio(SEW, VLMul) == C->getZExtValue()) in selectVSETVLI()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1847 uint64_t MaxVL = MaxVLEN / RISCVVType::getSEWLMULRatio(SEW, VLMUL); in computeKnownBitsFromOperator()