Searched refs:TargetLo (Results 1 – 2 of 2) sorted by relevance
10162 bool TargetLo = LoInputs.size() >= HiInputs.size(); in lowerV16I8VectorShuffle() local10163 ArrayRef<int> InPlaceInputs = TargetLo ? LoInputs : HiInputs; in lowerV16I8VectorShuffle()10164 ArrayRef<int> MovingInputs = TargetLo ? HiInputs : LoInputs; in lowerV16I8VectorShuffle()10172 int j = TargetLo ? 0 : 4, je = j + 4; in lowerV16I8VectorShuffle()10199 V1 = DAG.getNode(TargetLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerV16I8VectorShuffle()10205 int MappedMask = LaneMap[Mask[i]] - (TargetLo ? 0 : 8); in lowerV16I8VectorShuffle()
12665 bool TargetLo = LoInputs.size() >= HiInputs.size(); in lowerV16I8VectorShuffle() local12666 ArrayRef<int> InPlaceInputs = TargetLo ? LoInputs : HiInputs; in lowerV16I8VectorShuffle()12667 ArrayRef<int> MovingInputs = TargetLo ? HiInputs : LoInputs; in lowerV16I8VectorShuffle()12675 int j = TargetLo ? 0 : 4, je = j + 4; in lowerV16I8VectorShuffle()12702 V1 = DAG.getNode(TargetLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerV16I8VectorShuffle()12708 int MappedMask = LaneMap[Mask[i]] - (TargetLo ? 0 : 8); in lowerV16I8VectorShuffle()