Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp63 ISELInstructionList ISELInstructions; member in __anon73ec9bbc0111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp63 ISELInstructionList ISELInstructions; member in __anon7de405300111::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()