HomeSort by relevance Sort by last modified time
    Searched refs:InsertionPoints (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 138 typedef DenseMap<Instruction *, Uses> InsertionPoints;
155 InsertionPoints &InsertPts);
171 InsertionPoints &InsertPts);
181 InsertionPoints &InsertPts);
187 InsertionPoints &InsertPts);
198 InsertionPoints::iterator &IPI,
199 InsertionPoints &InsertPts) {
361 InsertionPoints &InsertPts) {
388 InsertionPoints &InsertPts) {
396 for (InsertionPoints::iterator IPI = InsertPts.begin()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 149 using InsertionPoints = DenseMap<Instruction *, Uses>;
166 InsertionPoints &InsertPts);
182 InsertionPoints &InsertPts);
192 InsertionPoints &InsertPts);
198 InsertionPoints &InsertPts);
209 InsertionPoints::iterator &IPI,
210 InsertionPoints &InsertPts) {
369 InsertionPoints &InsertPts) {
395 InsertionPoints &InsertPts) {
403 for (InsertionPoints::iterator IPI = InsertPts.begin()
    [all...]
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 311 typedef SmallVector<std::unique_ptr<InsertPoint>, 2> InsertionPoints;
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/
RegBankSelect.h 330 using InsertionPoints = SmallVector<std::unique_ptr<InsertPoint>, 2>;
331 using insertpt_iterator = InsertionPoints::iterator;
332 using const_insertpt_iterator = InsertionPoints::const_iterator;
346 InsertionPoints InsertPoints;

Completed in 856 milliseconds