Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7752 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumLaneElts - StartIdx; in lowerVectorShuffleAsByteRotate() local
7755 Rotation = CandidateRotation; in lowerVectorShuffleAsByteRotate()
7756 else if (Rotation != CandidateRotation) in lowerVectorShuffleAsByteRotate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9984 int CandidateRotation = StartIdx < 0 ? -StartIdx : NumElts - StartIdx; in matchVectorShuffleAsRotate() local
9987 Rotation = CandidateRotation; in matchVectorShuffleAsRotate()
9988 else if (Rotation != CandidateRotation) in matchVectorShuffleAsRotate()