Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp124 std::pair<unsigned, bool> RISCVVType::decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL() function in llvm::RISCVVType
146 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
DRISCVBaseInfo.h331 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp157 std::tie(LMul, Fractional) = RISCVVType::decodeVLMUL(VLMul); in getSEWLMULRatio()