Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15754 SourceHalfMask[InputsFixed[0]] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
15755 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15756 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15759 SourceHalfMask[InputsFixed[1]] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
15760 SourceHalfMask[InputsFixed[1] ^ 1] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
15761 InputsFixed[0] = InputsFixed[1] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
15769 InputsFixed[0] = 2 * ((InputsFixed[0] / 2) ^ 1); in lowerV8I16GeneralSingleInputShuffle()
15770 InputsFixed[1] = 2 * ((InputsFixed[0] / 2) ^ 1) + 1; in lowerV8I16GeneralSingleInputShuffle()
15779 assert(InputsFixed[1] != (InputsFixed[0] ^ 1) && in lowerV8I16GeneralSingleInputShuffle()
15782 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
[all …]