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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp62 /// ReduceTable - A static table with information on mapping from wide
81 static const ReduceEntry ReduceTable[] = { member in namespace:__anon5101
180 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
247 for (unsigned i = 0, e = array_lengthof(ReduceTable); i != e; ++i) {
248 unsigned FromOpc = ReduceTable[i].WideOpc;
1010 const ReduceEntry &Entry = ReduceTable[OPI->second];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp85 /// ReduceTable - A static table with information on mapping from wide
201 static ReduceEntryVector ReduceTable; member in class:__anon5246::MicroMipsSizeReduce
209 ReduceEntryVector MicroMipsSizeReduce::ReduceTable = { member in class:__anon5246::MicroMipsSizeReduce
421 ReduceEntryVector::const_iterator Start = std::begin(ReduceTable);
422 ReduceEntryVector::const_iterator End = std::end(ReduceTable);

Completed in 165 milliseconds