Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp361 auto DecodedLMUL = RISCVVType::decodeVLMUL(LMUL); in selectVLXSEG() local
362 if (DecodedLMUL.second) in selectVLXSEG()
363 ContainedTyNumElts /= DecodedLMUL.first; in selectVLXSEG()
365 ContainedTyNumElts *= DecodedLMUL.first; in selectVLXSEG()
434 auto DecodedLMUL = RISCVVType::decodeVLMUL(LMUL); in selectVSXSEG() local
435 if (DecodedLMUL.second) in selectVSXSEG()
436 ContainedTyNumElts /= DecodedLMUL.first; in selectVSXSEG()
438 ContainedTyNumElts *= DecodedLMUL.first; in selectVSXSEG()