Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp138 typedef DenseMap<Instruction *, Uses> InsertionPoints; typedef in __anoncfffa1620111::AArch64PromoteConstant
155 InsertionPoints &InsertPts);
171 InsertionPoints &InsertPts);
181 InsertionPoints &InsertPts);
187 InsertionPoints &InsertPts);
198 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses()
199 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses()
361 InsertionPoints &InsertPts) { in isDominated()
388 InsertionPoints &InsertPts) { in tryAndMerge()
396 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp149 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon0c7393ba0111::AArch64PromoteConstant
166 InsertionPoints &InsertPts);
182 InsertionPoints &InsertPts);
192 InsertionPoints &InsertPts);
198 InsertionPoints &InsertPts);
209 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses()
210 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses()
369 InsertionPoints &InsertPts) { in isDominated()
395 InsertionPoints &InsertPts) { in tryAndMerge()
403 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge()
[all …]
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h311 typedef SmallVector<std::unique_ptr<InsertPoint>, 2> InsertionPoints; typedef
312 typedef InsertionPoints::iterator insertpt_iterator;
313 typedef InsertionPoints::const_iterator const_insertpt_iterator;
327 InsertionPoints InsertPoints;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h330 using InsertionPoints = SmallVector<std::unique_ptr<InsertPoint>, 2>; variable
331 using insertpt_iterator = InsertionPoints::iterator;
332 using const_insertpt_iterator = InsertionPoints::const_iterator;
346 InsertionPoints InsertPoints;