Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13225 int VADstIndex = -1; in matchShuffleAsInsertPS() local
13243 if (VADstIndex >= 0 || VBDstIndex >= 0) in matchShuffleAsInsertPS()
13248 VADstIndex = i; in matchShuffleAsInsertPS()
13256 if (VADstIndex < 0 && VBDstIndex < 0) in matchShuffleAsInsertPS()
13262 if (VADstIndex >= 0) { in matchShuffleAsInsertPS()
13265 VBSrcIndex = CandidateMask[VADstIndex]; in matchShuffleAsInsertPS()
13266 VBDstIndex = VADstIndex; in matchShuffleAsInsertPS()