Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8385 int V2Index = std::find_if(Mask.begin(), Mask.end(), in lowerVectorShuffleAsElementInsertion() local
8390 if (i != V2Index && !Zeroable[i]) { in lowerVectorShuffleAsElementInsertion()
8400 SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(), in lowerVectorShuffleAsElementInsertion()
8416 } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 || in lowerVectorShuffleAsElementInsertion()
8428 if (!VT.isFloatingPoint() || V2Index != 0) in lowerVectorShuffleAsElementInsertion()
8431 V1Mask[V2Index] = -1; in lowerVectorShuffleAsElementInsertion()
8448 if (VT.isFloatingPoint() && V2Index != 0) in lowerVectorShuffleAsElementInsertion()
8455 if (V2Index != 0) { in lowerVectorShuffleAsElementInsertion()
8462 V2Shuffle[V2Index] = 0; in lowerVectorShuffleAsElementInsertion()
8468 DAG.getConstant(V2Index * EltVT.getSizeInBits() / 8, DL, in lowerVectorShuffleAsElementInsertion()
[all …]