Searched refs:VLMul (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp449 RISCVII::VLMUL VLMul = RISCVII::LMUL_1; member in class:__anon2610::VSETVLIInfo
504 RISCVII::VLMUL getVLMUL() const { return VLMul; }
542 VLMul = RISCVVType::getVLMUL(VType);
550 VLMul = L;
556 void setVLMul(RISCVII::VLMUL VLMul) { this->VLMul = VLMul; } argument
561 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic);
573 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) ==
574 std::tie(Other.VLMul, Othe
811 computeVLMAX(unsigned VLEN, unsigned SEW, RISCVII::VLMUL VLMul) argument
852 RISCVII::VLMUL VLMul = RISCVII::getLMul(TSFlags); local
[all...]
H A DRISCVISelDAGToDAG.cpp570 RISCVII::VLMUL VLMul = static_cast<RISCVII::VLMUL>( local
573 unsigned VTypeI = RISCVVType::encodeVTYPE(VLMul, SEW, /*TailAgnostic*/ true,
582 if (VLEN / RISCVVType::getSEWLMULRatio(SEW, VLMul) == C->getZExtValue())
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp201 unsigned RISCVVType::getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul) { argument
204 std::tie(LMul, Fractional) = decodeVLMUL(VLMul);
H A DRISCVBaseInfo.h536 unsigned getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp33 uint8_t VLMul; member in struct:RISCVVInversePseudosTable::PseudoInfo

Completed in 198 milliseconds