Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12123 bool Is1BitVector = (VT.getVectorElementType() == MVT::i1); in lowerVectorShuffle() local
12125 assert((VT.getSizeInBits() != 64 || Is1BitVector) && in lowerVectorShuffle()
12164 if (VT.getScalarSizeInBits() < 64 && !Is1BitVector && in lowerVectorShuffle()
12244 if (Is1BitVector) in lowerVectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp15011 bool Is1BitVector = (VT.getVectorElementType() == MVT::i1); in lowerVectorShuffle() local
15013 assert((VT.getSizeInBits() != 64 || Is1BitVector) && in lowerVectorShuffle()
15070 if (VT.getScalarSizeInBits() < 64 && !Is1BitVector && in lowerVectorShuffle()
15124 if (Is1BitVector) in lowerVectorShuffle()