Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp144 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType
166 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
H A DRISCVBaseInfo.h405 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp288 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(VLMul); in getSEWLMULRatio()
1281 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(Info.getVLMUL()); in hasFixedResult()
H A DRISCVInstrInfo.cpp423 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysReg()