Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1182 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsByteRotate() local
1185 Rotation = CandidateRotation; in matchShuffleAsByteRotate()
1186 else if (Rotation != CandidateRotation) in matchShuffleAsByteRotate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11857 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsElementRotate() local
11860 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
11861 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()