Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp149 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon686f155f0111::AArch64PromoteConstant
166 InsertionPoints &InsertPts);
182 InsertionPoints &InsertPts);
192 InsertionPoints &InsertPts);
198 InsertionPoints &InsertPts);
210 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses()
383 InsertionPoints &InsertPts) { in isDominated()
409 InsertionPoints &InsertPts) { in tryAndMerge()
417 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge()
459 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A 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;