Home
last modified time | relevance | path

Searched defs:VLMUL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h52 enum VLMUL : uint8_t { enum
85 unsigned VLMUL = VType & 0x7; in getVLMUL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp110 RISCVII::VLMUL VLMUL = RISCVVType::getVLMUL(VTypeI); in createInstruments() local
252 RISCVII::VLMUL VLMUL = static_cast<RISCVII::VLMUL>(LMUL); in getSchedClassID() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp159 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic, in encodeVTYPE()
173 std::pair<unsigned, bool> decodeVLMUL(RISCVII::VLMUL VLMUL) { in decodeVLMUL()
227 getSameRatioLMUL(unsigned SEW, RISCVII::VLMUL VLMUL, unsigned EEW) { in getSameRatioLMUL()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2261 RISCVII::VLMUL VLMUL = RISCVVType::encodeLMUL(Lmul, Fractional); in parseVTypeI() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1843 RISCVII::VLMUL VLMUL = static_cast<RISCVII::VLMUL>( in computeKnownBitsFromOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8970 unsigned VLMUL = (unsigned)RISCVVType::encodeLMUL(LMulVal, Fractional); lowerGetVectorLength() local
17926 RISCVII::VLMUL VLMUL = computeKnownBitsForTargetNode() local
[all...]