Home
last modified time | relevance | path

Searched defs:VLMul (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.h45 uint8_t VLMul; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp533 RISCVII::VLMUL VLMul = RISCVII::LMUL_1; member in __anoncddf45c50111::VSETVLIInfo
685 void setVLMul(RISCVII::VLMUL VLMul) { this->VLMul = VLMul; } in setVLMul()
987 RISCVII::VLMUL VLMul) { in computeVLMAX()
1027 RISCVII::VLMUL VLMul = RISCVII::getLMul(TSFlags); in computeInfoForInstr() local
H A DRISCVISelDAGToDAG.cpp569 RISCVII::VLMUL VLMul = static_cast<RISCVII::VLMUL>( in selectVSETVLI() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp214 unsigned getSEWLMULRatio(unsigned SEW, RISCVII::VLMUL VLMul) { in getSEWLMULRatio()