Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp10733 int V2Index = in lowerVectorShuffleAsElementInsertion() local
10738 if (i != V2Index && !Zeroable[i]) { in lowerVectorShuffleAsElementInsertion()
10748 SDValue V2S = getScalarValueForVectorElement(V2, Mask[V2Index] - Mask.size(), in lowerVectorShuffleAsElementInsertion()
10764 } else if (Mask[V2Index] != (int)Mask.size() || EltVT == MVT::i8 || in lowerVectorShuffleAsElementInsertion()
10776 if (!VT.isFloatingPoint() || V2Index != 0) in lowerVectorShuffleAsElementInsertion()
10779 V1Mask[V2Index] = -1; in lowerVectorShuffleAsElementInsertion()
10793 if (VT.isFloatingPoint() && V2Index != 0) in lowerVectorShuffleAsElementInsertion()
10800 if (V2Index != 0) { in lowerVectorShuffleAsElementInsertion()
10807 V2Shuffle[V2Index] = 0; in lowerVectorShuffleAsElementInsertion()
10813 DAG.getConstant(V2Index * EltVT.getSizeInBits() / 8, DL, MVT::i8)); in lowerVectorShuffleAsElementInsertion()
[all …]
/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 …]