Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp63 ISELInstructionList ISELInstructions; member in __anonb2287cc50111::PPCExpandISEL
150 ISELInstructions.clear(); in initialize()
164 ISELInstructions.insert(std::make_pair(MBB.getNumber(), thisBlockISELs)); in collectISELInstructions()
166 return !ISELInstructions.empty(); in collectISELInstructions()
171 for (const auto &I : ISELInstructions) { in DumpISELInstructions()
194 for (auto &BlockList : ISELInstructions) { in expandAndMergeISELs()