Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2548 int SHFIndices[4] = { -1, -1, -1, -1 }; in lowerVECTOR_SHUFFLE_SHF() local
2567 if (SHFIndices[i] == -1) in lowerVECTOR_SHUFFLE_SHF()
2568 SHFIndices[i] = Idx; in lowerVECTOR_SHUFFLE_SHF()
2572 if (!(Idx == -1 || Idx == SHFIndices[i])) in lowerVECTOR_SHUFFLE_SHF()
2580 int Idx = SHFIndices[i]; in lowerVECTOR_SHUFFLE_SHF()