Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8499 const unsigned V0EltSize = V0EltVT.getSizeInBits(); in lowerVectorShuffleAsTruncBroadcast() local
8502 if (V0EltSize <= EltSize) in lowerVectorShuffleAsTruncBroadcast()
8505 assert(((V0EltSize % EltSize) == 0) && in lowerVectorShuffleAsTruncBroadcast()
8509 const unsigned Scale = V0EltSize / EltSize; in lowerVectorShuffleAsTruncBroadcast()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10842 const unsigned V0EltSize = V0EltVT.getSizeInBits(); in lowerVectorShuffleAsTruncBroadcast() local
10845 if (V0EltSize <= EltSize) in lowerVectorShuffleAsTruncBroadcast()
10848 assert(((V0EltSize % EltSize) == 0) && in lowerVectorShuffleAsTruncBroadcast()
10852 const unsigned Scale = V0EltSize / EltSize; in lowerVectorShuffleAsTruncBroadcast()