Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13435 bool TargetLo = LoInputs.size() >= HiInputs.size(); in lowerV16I8VectorShuffle() local
13436 ArrayRef<int> InPlaceInputs = TargetLo ? LoInputs : HiInputs; in lowerV16I8VectorShuffle()
13437 ArrayRef<int> MovingInputs = TargetLo ? HiInputs : LoInputs; in lowerV16I8VectorShuffle()
13445 int j = TargetLo ? 0 : 4, je = j + 4; in lowerV16I8VectorShuffle()
13472 V1 = DAG.getNode(TargetLo ? X86ISD::UNPCKL : X86ISD::UNPCKH, DL, in lowerV16I8VectorShuffle()
13478 int MappedMask = LaneMap[Mask[i]] - (TargetLo ? 0 : 8); in lowerV16I8VectorShuffle()