Home
last modified time | relevance | path

Searched refs:getVLMUL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp303 if (RISCVVType::getVLMUL(CurVType) != RISCVVType::getVLMUL(NewVType)) in areCompatibleVTYPEs()
307 if (!isLMUL1OrSmaller(RISCVVType::getVLMUL(NewVType))) in areCompatibleVTYPEs()
314 RISCVVType::getVLMUL(CurVType)); in areCompatibleVTYPEs()
316 RISCVVType::getVLMUL(NewVType)); in areCompatibleVTYPEs()
582 RISCVVType::VLMUL getVLMUL() const { return VLMul; } in getVLMUL() function in __anoncddf45c50111::VSETVLIInfo
642 VLMul = RISCVVType::getVLMUL(VType); in setVTYPE()
1178 PrevInfo.getSEW(), PrevInfo.getVLMUL(), Info.getSEW())) in adjustIncoming()
1232 .getVLMUL(), in transferBefore()
H A DRISCVInstrInfo.cpp287 RISCVVType::VLMUL FirstLMul = RISCVVType::getVLMUL(FirstVType); in isConvertibleToVMV_V_V()
319 return LMul == RISCVVType::getVLMUL(VType); in isConvertibleToVMV_V_V()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h105 inline static VLMUL getVLMUL(unsigned VType) { in getVLMUL() function
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp205 std::tie(LMul, Fractional) = decodeVLMUL(getVLMUL(VType)); in printVType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp124 RISCVVType::VLMUL VLMUL = RISCVVType::getVLMUL(VTypeI); in createInstruments()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp220 if (RISCVVType::getVLMUL(Imm) == RISCVVType::VLMUL::LMUL_RESERVED || in printVTypeI()