Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10920 unsigned NumEltBits = V.getScalarValueSizeInBits(); in lowerVectorShuffleAsBroadcast() local
10922 if ((NumEltBits % NumSrcBits) == 0) in lowerVectorShuffleAsBroadcast()
10923 BroadcastIdx *= (NumEltBits / NumSrcBits); in lowerVectorShuffleAsBroadcast()
10924 else if ((NumSrcBits % NumEltBits) == 0 && in lowerVectorShuffleAsBroadcast()
10925 (BroadcastIdx % (NumSrcBits / NumEltBits)) == 0) in lowerVectorShuffleAsBroadcast()
10926 BroadcastIdx /= (NumSrcBits / NumEltBits); in lowerVectorShuffleAsBroadcast()
10961 unsigned NumEltBits = VT.getScalarSizeInBits(); in lowerVectorShuffleAsBroadcast() local
10963 if ((NumSrcBits % NumEltBits) == 0) in lowerVectorShuffleAsBroadcast()
10964 BroadcastIdx *= (NumSrcBits / NumEltBits); in lowerVectorShuffleAsBroadcast()
10965 else if ((NumEltBits % NumSrcBits) == 0 && in lowerVectorShuffleAsBroadcast()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7395 int NumEltBits = EltVT.getSizeInBits(); in lowerVectorShuffleAsBitMask() local
7396 MVT IntEltVT = MVT::getIntegerVT(NumEltBits); in lowerVectorShuffleAsBitMask()
7398 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitMask()
7439 int NumEltBits = EltVT.getSizeInBits(); in lowerVectorShuffleAsBitBlend() local
7441 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitBlend()