Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2957 int CandidateRotation = StartIdx < 0 ? -StartIdx : Size - StartIdx; in isElementRotate() local
2960 Rotation = CandidateRotation; in isElementRotate()
2961 else if (Rotation != CandidateRotation) in isElementRotate()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13715 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchShuffleAsElementRotate() local
13718 Rotation = CandidateRotation; in matchShuffleAsElementRotate()
13719 else if (Rotation != CandidateRotation) in matchShuffleAsElementRotate()