Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp202 static ReduceEntryVector ReduceTable; member in __anon3b2e6ace0111::MicroMipsSizeReduce
210 ReduceEntryVector MicroMipsSizeReduce::ReduceTable = { member in __anon3b2e6ace0111::MicroMipsSizeReduce
422 ReduceEntryVector::const_iterator Start = std::begin(ReduceTable); in ReduceMI()
423 ReduceEntryVector::const_iterator End = std::end(ReduceTable); in ReduceMI()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp82 static const ReduceEntry ReduceTable[] = { variable
248 for (unsigned i = 0, e = array_lengthof(ReduceTable); i != e; ++i) { in INITIALIZE_PASS()
249 unsigned FromOpc = ReduceTable[i].WideOpc; in INITIALIZE_PASS()
1011 const ReduceEntry &Entry = ReduceTable[OPI->second]; in ReduceMI()