Searched refs:decodeVLMUL (Results 1 – 4 of 4) sorted by relevance
144 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType166 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
405 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
288 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(VLMul); in getSEWLMULRatio()1281 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(Info.getVLMUL()); in hasFixedResult()
423 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysReg()