Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp421 unsigned LMulVal; in copyPhysReg() local
423 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysReg()
425 if (forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NF * LMulVal)) { in copyPhysReg()