Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9404 bool IsSingleInput = isSingleInputShuffleMask(Mask); in canLowerByDroppingEvenElements() local
9408 int ShuffleModulus = Mask.size() * (IsSingleInput ? 1 : 2); in canLowerByDroppingEvenElements()
9696 bool IsSingleInput = isSingleInputShuffleMask(Mask); in lowerV16I8VectorShuffle() local
9708 if (!IsSingleInput) in lowerV16I8VectorShuffle()
9713 V2 = IsSingleInput ? V1 : DAG.getNode(ISD::BITCAST, DL, MVT::v8i16, V2); in lowerV16I8VectorShuffle()