Home
last modified time | relevance | path

Searched refs:BDWord (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp11968 int ADWord, BDWord; in lowerV8I16GeneralSingleInputVectorShuffle() local
11969 int &TripleDWord = ThreeAInputs ? ADWord : BDWord; in lowerV8I16GeneralSingleInputVectorShuffle()
11970 int &OneInputDWord = ThreeAInputs ? BDWord : ADWord; in lowerV8I16GeneralSingleInputVectorShuffle()
11997 std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord) + in lowerV8I16GeneralSingleInputVectorShuffle()
11998 std::count(BToBInputs.begin(), BToBInputs.end(), 2 * BDWord + 1); in lowerV8I16GeneralSingleInputVectorShuffle()
12037 FixFlippedInputs(BPinnedIdx, BDWord, BToBInputs); in lowerV8I16GeneralSingleInputVectorShuffle()
12047 PSHUFDMask[ADWord] = BDWord; in lowerV8I16GeneralSingleInputVectorShuffle()
12048 PSHUFDMask[BDWord] = ADWord; in lowerV8I16GeneralSingleInputVectorShuffle()
12057 M = 2 * BDWord + M % 2; in lowerV8I16GeneralSingleInputVectorShuffle()
12058 else if (M >= 0 && M/2 == BDWord) in lowerV8I16GeneralSingleInputVectorShuffle()