Searched refs:decodeVLMUL (Results 1 – 3 of 3) sorted by relevance
124 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType146 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
331 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
157 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(VLMul); in getSEWLMULRatio()