Lines Matching refs:VLMul
533 RISCVII::VLMUL VLMul = RISCVII::LMUL_1; member in __anoncddf45c50111::VSETVLIInfo
611 RISCVII::VLMUL getVLMUL() const { return VLMul; } in getVLMUL()
671 VLMul = RISCVVType::getVLMUL(VType); in setVTYPE()
679 VLMul = L; in setVTYPE()
685 void setVLMul(RISCVII::VLMUL VLMul) { this->VLMul = VLMul; } in setVLMul() argument
690 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE()
702 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE()
703 std::tie(Other.VLMul, Other.SEW, Other.TailAgnostic, in hasSameVTYPE()
710 return RISCVVType::getSEWLMULRatio(SEW, VLMul); in getSEWLMULRatio()
839 << "VLMul=" << (unsigned)VLMul << ", " in print()
987 RISCVII::VLMUL VLMul) { in computeVLMAX() argument
988 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(VLMul); in computeVLMAX()
1027 RISCVII::VLMUL VLMul = RISCVII::getLMul(TSFlags); in computeInfoForInstr() local
1042 const unsigned VLMAX = computeVLMAX(ST->getRealMaxVLen(), SEW, VLMul); in computeInfoForInstr()
1068 InstrInfo.setVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in computeInfoForInstr()