Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12222 int NumV1OddIndices = 0, NumV2OddIndices = 0; in lowerVectorShuffle() local
12227 NumV1OddIndices += i % 2; in lowerVectorShuffle()
12228 if (NumV2OddIndices < NumV1OddIndices) in lowerVectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp14980 int NumV1OddIndices = 0, NumV2OddIndices = 0; in canonicalizeShuffleMaskWithCommute() local
14985 NumV1OddIndices += i % 2; in canonicalizeShuffleMaskWithCommute()
14986 if (NumV2OddIndices < NumV1OddIndices) in canonicalizeShuffleMaskWithCommute()