Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37404 unsigned InputSizeInBits = MaskVT.getSizeInBits(); in matchUnaryPermuteShuffle() local
37405 unsigned MaskScalarSizeInBits = InputSizeInBits / NumMaskElts; in matchUnaryPermuteShuffle()
37459 ShuffleVT = MVT::getVectorVT(ShuffleVT, InputSizeInBits / 32); in matchUnaryPermuteShuffle()
37479 ShuffleVT = MVT::getVectorVT(MVT::i16, InputSizeInBits / 16); in matchUnaryPermuteShuffle()
37493 ShuffleVT = MVT::getVectorVT(MVT::i16, InputSizeInBits / 16); in matchUnaryPermuteShuffle()