Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2565 int CandidateRotation = StartIdx < 0 ? -StartIdx : Size - StartIdx; in isElementRotate() local
2568 Rotation = CandidateRotation; in isElementRotate()
2569 else if (Rotation != CandidateRotation) in isElementRotate()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13396 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsElementRotate() local
13399 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
13400 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()