Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9494 int ADWord, BDWord; in lowerV8I16GeneralSingleInputVectorShuffle() local
9495 int &TripleDWord = ThreeAInputs ? ADWord : BDWord; in lowerV8I16GeneralSingleInputVectorShuffle()
9496 int &OneInputDWord = ThreeAInputs ? BDWord : ADWord; in lowerV8I16GeneralSingleInputVectorShuffle()
9523 std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord) + in lowerV8I16GeneralSingleInputVectorShuffle()
9524 std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord + 1); in lowerV8I16GeneralSingleInputVectorShuffle()
9565 FixFlippedInputs(BPinnedIdx, BDWord, BToBInputs); in lowerV8I16GeneralSingleInputVectorShuffle()
9575 PSHUFDMask[ADWord] = BDWord; in lowerV8I16GeneralSingleInputVectorShuffle()
9576 PSHUFDMask[BDWord] = ADWord; in lowerV8I16GeneralSingleInputVectorShuffle()
9585 M = 2 * BDWord + M % 2; in lowerV8I16GeneralSingleInputVectorShuffle()
9586 else if (M >= 0 && M/2 == BDWord) in lowerV8I16GeneralSingleInputVectorShuffle()