Searched refs:InsertionPoints (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | ASTTests.cpp | 122 std::vector<const Decl *> InsertionPoints; in TEST() local 131 InsertionPoints.push_back(&ND); in TEST() 135 ASSERT_EQ(InsertionPoints.size(), Case.Qualifications.size()); in TEST() 136 for (size_t I = 0, E = InsertionPoints.size(); I != E; ++I) { in TEST() 137 const Decl *D = InsertionPoints[I]; in TEST() 188 std::vector<const DeclContext *> InsertionPoints; in TEST() local 197 InsertionPoints.push_back(ND.getDeclContext()); in TEST() 201 ASSERT_EQ(InsertionPoints.size(), Case.Types.size()); in TEST() 202 for (size_t I = 0, E = InsertionPoints.size(); I != E; ++I) { in TEST() 203 const auto *DC = InsertionPoints[I]; in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 138 typedef DenseMap<Instruction *, Uses> InsertionPoints; typedef in __anone48eb3b90111::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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 149 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anon0b829a1b0111::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-project/llvm/lib/Target/AArch64/ |
D | AArch64PromoteConstant.cpp | 149 using InsertionPoints = DenseMap<Instruction *, Uses>; typedef in __anonc71e84870111::AArch64PromoteConstant 166 InsertionPoints &InsertPts); 182 InsertionPoints &InsertPts); 192 InsertionPoints &InsertPts); 198 InsertionPoints &InsertPts); 209 InsertionPoints::iterator &IPI, in appendAndTransferDominatedUses() 210 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses() 383 InsertionPoints &InsertPts) { in isDominated() 409 InsertionPoints &InsertPts) { in tryAndMerge() 417 for (InsertionPoints::iterator IPI = InsertPts.begin(), in tryAndMerge() [all …]
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegBankSelect.h | 311 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/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegBankSelect.h | 329 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;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegBankSelect.h | 329 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;
|