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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp33 static const unsigned SpillOffsTab[][2] = { local
52 for (unsigned i = 0, e = array_lengthof(SpillOffsTab); i != e; ++i)
53 RegSpillOffsets[SpillOffsTab[i][0]] = SpillOffsTab[i][1];

Completed in 56 milliseconds