Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp160 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType
182 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
204 std::tie(LMul, Fractional) = decodeVLMUL(VLMul); in getSEWLMULRatio()
H A DRISCVBaseInfo.h507 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp813 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(VLMul); in computeVLMAX()
1000 auto [LMul, Fractional] = RISCVVType::decodeVLMUL(LMUL); in isLMUL1OrSmaller()
H A DRISCVInstrInfo.cpp375 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()
H A DRISCVISelLowering.cpp2691 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()