Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8795 int FixIdx = PinnedIdx ^ 1; // The adjacent slot to the pinned slot. in lowerV8I16SingleInputVectorShuffle() local
8811 std::swap(PSHUFHalfMask[FixFreeIdx % 4], PSHUFHalfMask[FixIdx % 4]); in lowerV8I16SingleInputVectorShuffle()
8812 V = DAG.getNode(FixIdx < 4 ? X86ISD::PSHUFLW : X86ISD::PSHUFHW, DL, in lowerV8I16SingleInputVectorShuffle()
8817 if (M != -1 && M == FixIdx) in lowerV8I16SingleInputVectorShuffle()
8820 M = FixIdx; in lowerV8I16SingleInputVectorShuffle()