reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
12266   MVT ExtVT = VT;
12267   MVT EltVT = VT.getVectorElementType();
12311     assert(VT == ExtVT && "Cannot change extended type when non-zeroable!");
12312     if (!VT.isFloatingPoint() || V2Index != 0)
12318     if (!VT.is128BitVector())
12329   if (VT.isFloatingPoint() && V2Index != 0)
12333   if (ExtVT != VT)
12334     V2 = DAG.getBitcast(VT, V2);
12341     if (VT.isFloatingPoint() || VT.getVectorNumElements() <= 4) {
12341     if (VT.isFloatingPoint() || VT.getVectorNumElements() <= 4) {
12344       V2 = DAG.getVectorShuffle(VT, DL, V2, DAG.getUNDEF(VT), V2Shuffle);
12344       V2 = DAG.getVectorShuffle(VT, DL, V2, DAG.getUNDEF(VT), V2Shuffle);
12350       V2 = DAG.getBitcast(VT, V2);