Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp998 MVT ShiftSVT = MVT::getIntegerVT(ScalarSizeInBits * Scale); in matchShuffleAsShift() local
1000 : MVT::getVectorVT(ShiftSVT, Size / Scale); in matchShuffleAsShift()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10799 EVT ShiftSVT = ShiftVT.getScalarType(); in visitSRA() local
10809 ShiftValues.push_back(DAG.getConstant(ShiftSum, DL, ShiftSVT)); in visitSRA()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12166 MVT ShiftSVT = MVT::getIntegerVT(ScalarSizeInBits * Scale); in matchShuffleAsShift() local
12168 : MVT::getVectorVT(ShiftSVT, Size / Scale); in matchShuffleAsShift()