Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4212 int CandidateRotation = StartIdx < 0 ? -StartIdx : Size - StartIdx; in isElementRotate() local
4215 Rotation = CandidateRotation; in isElementRotate()
4216 else if (Rotation != CandidateRotation) in isElementRotate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11234 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsElementRotate() local
11237 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
11238 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()