Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp360 unsigned ContainedTyNumElts = RISCV::RVVBitsPerBlock >> Log2SEW; in selectVLXSEG() local
363 ContainedTyNumElts /= DecodedLMUL.first; in selectVLXSEG()
365 ContainedTyNumElts *= DecodedLMUL.first; in selectVLXSEG()
366 assert(ContainedTyNumElts == IndexVT.getVectorMinNumElements() && in selectVLXSEG()
433 unsigned ContainedTyNumElts = RISCV::RVVBitsPerBlock >> Log2SEW; in selectVSXSEG() local
436 ContainedTyNumElts /= DecodedLMUL.first; in selectVSXSEG()
438 ContainedTyNumElts *= DecodedLMUL.first; in selectVSXSEG()
439 assert(ContainedTyNumElts == IndexVT.getVectorMinNumElements() && in selectVSXSEG()