Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp201 static ReduceEntryVector ReduceTable; member in __anonb420b65c0111::MicroMipsSizeReduce
209 ReduceEntryVector MicroMipsSizeReduce::ReduceTable = { member in __anonb420b65c0111::MicroMipsSizeReduce
421 ReduceEntryVector::const_iterator Start = std::begin(ReduceTable); in ReduceMI()
422 ReduceEntryVector::const_iterator End = std::end(ReduceTable); in ReduceMI()
/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp61 /// ReduceTable - A static table with information on mapping from wide
80 static const ReduceEntry ReduceTable[] = {
179 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable.
246 for (unsigned i = 0, e = std::size(ReduceTable); i != e; ++i) { in INITIALIZE_PASS()
247 unsigned FromOpc = ReduceTable[i].WideOpc; in INITIALIZE_PASS()
1022 const ReduceEntry &Entry = ReduceTable[OPI->second]; in ReduceMI()
82 static const ReduceEntry ReduceTable[] = { global() variable