Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp149 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon924874200111::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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h329 using InsertionPoints = SmallVector<std::unique_ptr<InsertPoint>, 2>; variable
330 using insertpt_iterator = InsertionPoints::iterator;
331 using const_insertpt_iterator = InsertionPoints::const_iterator;
345 InsertionPoints InsertPoints;