Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8708 int V1DstIndex = -1; in matchVectorShuffleAsInsertPS() local
8726 if (V1DstIndex >= 0 || V2DstIndex >= 0) in matchVectorShuffleAsInsertPS()
8731 V1DstIndex = i; in matchVectorShuffleAsInsertPS()
8739 if (V1DstIndex < 0 && V2DstIndex < 0) in matchVectorShuffleAsInsertPS()
8745 if (V1DstIndex >= 0) { in matchVectorShuffleAsInsertPS()
8748 V2SrcIndex = Mask[V1DstIndex]; in matchVectorShuffleAsInsertPS()
8749 V2DstIndex = V1DstIndex; in matchVectorShuffleAsInsertPS()