Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37985 unsigned InputSizeInBits = MaskVT.getSizeInBits(); in matchUnaryPermuteShuffle() local
37986 unsigned MaskScalarSizeInBits = InputSizeInBits / NumMaskElts; in matchUnaryPermuteShuffle()
38044 ShuffleVT = MVT::getVectorVT(ShuffleVT, InputSizeInBits / 32); in matchUnaryPermuteShuffle()
38064 ShuffleVT = MVT::getVectorVT(MVT::i16, InputSizeInBits / 16); in matchUnaryPermuteShuffle()
38078 ShuffleVT = MVT::getVectorVT(MVT::i16, InputSizeInBits / 16); in matchUnaryPermuteShuffle()