Searched refs:decodeVLMUL (Results 1 – 5 of 5) sorted by relevance
160 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType182 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()204 std::tie(LMul, Fractional) = decodeVLMUL(VLMul); in getSEWLMULRatio()
507 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
813 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(VLMul); in computeVLMAX()1000 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(LMUL); in isLMUL1OrSmaller()
375 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()
2691 RISCVVType::decodeVLMUL(RISCVTargetLowering::getLMUL(VT)); in getLMULCost()9622 assert(RISCVVType::decodeVLMUL(getLMUL(SubVecVT)).second); in lowerEXTRACT_SUBVECTOR()16393 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(VLMUL); in computeKnownBitsForTargetNode()20004 auto [LMUL, Fractional] = RISCVVType::decodeVLMUL(getLMUL(ContainerVT)); in isLegalInterleavedAccessType()