Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12978 SourceHalfMask[InputsFixed[0]] = InputsFixed[0]; in lowerV8I16GeneralSingleInputVectorShuffle()
12979 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputVectorShuffle()
12980 InputsFixed[1] = InputsFixed[0] ^ 1; 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()
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()
[all …]