Searched refs:ShufTab (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp96 /// ShufTab - This is the actual shuffle table that we are trying to generate.
98 static ShuffleVal ShufTab[65536]; variable
148 if (ShufTab[Op].Arg0 == 0x0123)
150 else if (ShufTab[Op].Arg0 == 0x4567)
162 std::cerr << " = " << ShufTab[ThisOp].Op->getName() << "(";
164 if (ShufTab[ShufTab[ThisOp].Arg0].Cost == 0) {
165 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg0);
166 PrintMask(ShufTab[ThisOp].Arg0, std::cerr);
170 if (Vals[i] == ShufTab[ThisO
[all...]

Completed in 71 milliseconds