Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19544 MVT SrcMVT = SrcEVT.getSimpleVT(); in combineToVCPOP() local
19546 if (!SrcMVT.isVector() || SrcMVT.getVectorElementType() != MVT::i1) in combineToVCPOP()
19550 if (!TLI.isTypeLegal(SrcMVT)) in combineToVCPOP()
19556 unsigned EltSize = SrcMVT.getScalarSizeInBits(); in combineToVCPOP()
19557 unsigned MinSize = SrcMVT.getSizeInBits().getKnownMinValue(); in combineToVCPOP()
19559 unsigned MaxVLMAX = SrcMVT.isFixedLengthVector() in combineToVCPOP()
19560 ? SrcMVT.getVectorNumElements() in combineToVCPOP()
19567 MVT ContainerVT = SrcMVT; in combineToVCPOP()
19568 if (SrcMVT.isFixedLengthVector()) { in combineToVCPOP()
19569 ContainerVT = getContainerForFixedLengthVector(DAG, SrcMVT, Subtarget); in combineToVCPOP()
[all …]