Lines Matching refs:InputsFixed

12970         int InputsFixed[2] = {IncomingInputs[0] - SourceOffset,  in lowerV8I16GeneralSingleInputVectorShuffle()  local
12976 if (!isWordClobbered(SourceHalfMask, InputsFixed[0]) && in lowerV8I16GeneralSingleInputVectorShuffle()
12977 SourceHalfMask[InputsFixed[0] ^ 1] < 0) { in lowerV8I16GeneralSingleInputVectorShuffle()
12978 SourceHalfMask[InputsFixed[0]] = InputsFixed[0]; in lowerV8I16GeneralSingleInputVectorShuffle()
12979 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputVectorShuffle()
12980 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputVectorShuffle()
12981 } else if (!isWordClobbered(SourceHalfMask, InputsFixed[1]) && in lowerV8I16GeneralSingleInputVectorShuffle()
12982 SourceHalfMask[InputsFixed[1] ^ 1] < 0) { in lowerV8I16GeneralSingleInputVectorShuffle()
12983 SourceHalfMask[InputsFixed[1]] = InputsFixed[1]; in lowerV8I16GeneralSingleInputVectorShuffle()
12984 SourceHalfMask[InputsFixed[1] ^ 1] = InputsFixed[0]; in lowerV8I16GeneralSingleInputVectorShuffle()
12985 InputsFixed[0] = InputsFixed[1] ^ 1; in lowerV8I16GeneralSingleInputVectorShuffle()
12986 } else if (SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] < 0 && in lowerV8I16GeneralSingleInputVectorShuffle()
12987 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] < 0) { in lowerV8I16GeneralSingleInputVectorShuffle()
12991 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1)] = InputsFixed[0]; in lowerV8I16GeneralSingleInputVectorShuffle()
12992 SourceHalfMask[2 * ((InputsFixed[0] / 2) ^ 1) + 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputVectorShuffle()
12993 InputsFixed[0] = 2 * ((InputsFixed[0] / 2) ^ 1); in lowerV8I16GeneralSingleInputVectorShuffle()
12994 InputsFixed[1] = 2 * ((InputsFixed[0] / 2) ^ 1) + 1; in lowerV8I16GeneralSingleInputVectorShuffle()
13003 assert(InputsFixed[1] != (InputsFixed[0] ^ 1) && in lowerV8I16GeneralSingleInputVectorShuffle()
13006 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputVectorShuffle()
13007 SourceHalfMask[InputsFixed[1]] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputVectorShuffle()
13012 if (M == (InputsFixed[0] ^ 1) + SourceOffset) in lowerV8I16GeneralSingleInputVectorShuffle()
13013 M = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
13014 else if (M == InputsFixed[1] + SourceOffset) in lowerV8I16GeneralSingleInputVectorShuffle()
13015 M = (InputsFixed[0] ^ 1) + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
13017 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputVectorShuffle()
13023 M = InputsFixed[0] + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
13025 M = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
13027 IncomingInputs[0] = InputsFixed[0] + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()
13028 IncomingInputs[1] = InputsFixed[1] + SourceOffset; in lowerV8I16GeneralSingleInputVectorShuffle()