Home
last modified time | relevance | path

Searched defs:LMul (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp137 unsigned LMul = 1 << static_cast<unsigned>(VLMUL); in printVType() local
144 unsigned LMul = 1 << (8 - static_cast<unsigned>(VLMUL)); in printVType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp135 unsigned LMul = 1; in copyPhysReg() local
H A DRISCVISelLowering.cpp1064 unsigned RISCVTargetLowering::getRegClassIDForLMUL(RISCVII::VLMUL LMul) { in getRegClassIDForLMUL()
1192 unsigned LMul = divideCeil(VT.getSizeInBits(), MinVLen); in useRVVForFixedLengthVectorVT() local