Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12896 int VADstIndex = -1; in matchShuffleAsInsertPS() local
12914 if (VADstIndex >= 0 || VBDstIndex >= 0) in matchShuffleAsInsertPS()
12919 VADstIndex = i; in matchShuffleAsInsertPS()
12927 if (VADstIndex < 0 && VBDstIndex < 0) in matchShuffleAsInsertPS()
12933 if (VADstIndex >= 0) { in matchShuffleAsInsertPS()
12936 VBSrcIndex = CandidateMask[VADstIndex]; in matchShuffleAsInsertPS()
12937 VBDstIndex = VADstIndex; in matchShuffleAsInsertPS()