Searched refs:ThreeAInputs (Results 1 – 1 of 1) sorted by relevance
9488 bool ThreeAInputs = AToAInputs.size() == 3; in lowerV8I16GeneralSingleInputVectorShuffle() local9495 int &TripleDWord = ThreeAInputs ? ADWord : BDWord; in lowerV8I16GeneralSingleInputVectorShuffle()9496 int &OneInputDWord = ThreeAInputs ? BDWord : ADWord; in lowerV8I16GeneralSingleInputVectorShuffle()9497 int TripleInputOffset = ThreeAInputs ? AOffset : BOffset; in lowerV8I16GeneralSingleInputVectorShuffle()9498 ArrayRef<int> TripleInputs = ThreeAInputs ? AToAInputs : BToAInputs; in lowerV8I16GeneralSingleInputVectorShuffle()9499 int OneInput = ThreeAInputs ? BToAInputs[0] : AToAInputs[0]; in lowerV8I16GeneralSingleInputVectorShuffle()9568 int APinnedIdx = ThreeAInputs ? TripleNonInputIdx : OneInput; in lowerV8I16GeneralSingleInputVectorShuffle()