Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12213 int SumV1Indices = 0, SumV2Indices = 0; in lowerVectorShuffle() local
12218 SumV1Indices += i; in lowerVectorShuffle()
12219 if (SumV2Indices < SumV1Indices) in lowerVectorShuffle()
12221 if (SumV2Indices == SumV1Indices) { in lowerVectorShuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp14971 int SumV1Indices = 0, SumV2Indices = 0; in canonicalizeShuffleMaskWithCommute() local
14976 SumV1Indices += i; in canonicalizeShuffleMaskWithCommute()
14977 if (SumV2Indices < SumV1Indices) in canonicalizeShuffleMaskWithCommute()
14979 if (SumV2Indices == SumV1Indices) { in canonicalizeShuffleMaskWithCommute()