Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13563 SourceHalfMask[InputsFixed[0]] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
13564 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
13565 InputsFixed[1] = InputsFixed[0] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
13568 SourceHalfMask[InputsFixed[1]] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
13569 SourceHalfMask[InputsFixed[1] ^ 1] = InputsFixed[0]; in lowerV8I16GeneralSingleInputShuffle()
13570 InputsFixed[0] = InputsFixed[1] ^ 1; in lowerV8I16GeneralSingleInputShuffle()
13578 InputsFixed[0] = 2 * ((InputsFixed[0] / 2) ^ 1); in lowerV8I16GeneralSingleInputShuffle()
13579 InputsFixed[1] = 2 * ((InputsFixed[0] / 2) ^ 1) + 1; in lowerV8I16GeneralSingleInputShuffle()
13588 assert(InputsFixed[1] != (InputsFixed[0] ^ 1) && in lowerV8I16GeneralSingleInputShuffle()
13591 SourceHalfMask[InputsFixed[0] ^ 1] = InputsFixed[1]; in lowerV8I16GeneralSingleInputShuffle()
[all …]