Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16289 SmallVectorImpl<int> &ShuffV, int LHSFirstElt, int LHSLastElt, in fixupShuffleMaskForPermutedSToV() argument
16298 if (Idx >= LHSFirstElt && Idx <= LHSLastElt) in fixupShuffleMaskForPermutedSToV()
16447 int LHSFirstElt = 0; in combineVectorShuffle() local
16472 LHSScalarSize, ShuffleEltWidth, LHSNumValidElts, LHSFirstElt, in combineVectorShuffle()
16488 ShuffV, LHSFirstElt, LHSLastElt, RHSFirstElt, RHSLastElt, HalfVec, in combineVectorShuffle()