| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 79 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in clearDiagnostic() argument 80 unsigned IDs[] = { ID1, ID2 }; in clearDiagnostic() 83 bool clearDiagnostic(unsigned ID1, unsigned ID2, unsigned ID3, in clearDiagnostic() argument 85 unsigned IDs[] = { ID1, ID2, ID3 }; in clearDiagnostic() 93 bool hasDiagnostic(unsigned ID1, unsigned ID2, SourceRange range) { in hasDiagnostic() argument 94 unsigned IDs[] = { ID1, ID2 }; in hasDiagnostic()
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | target-id-macros.cl | 18 // RUN: | FileCheck -check-prefixes=PROC,ID2 %s 30 // ID2-DAG: #define __amdgcn_target_id__ "gfx908" 31 // ID2-NOT: #define __amdgcn_feature_xnack__ 32 // ID2-NOT: #define __amdgcn_feature_sramecc__
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SMTAPI.h | 61 llvm::FoldingSetNodeID ID1, ID2; variable 63 Other.Profile(ID2); 64 return ID1 < ID2; 106 llvm::FoldingSetNodeID ID1, ID2; variable 108 Other.Profile(ID2); 109 return ID1 < ID2;
|
| /llvm-project-15.0.7/libcxx/test/libcxx/algorithms/ |
| H A D | debug_less.inconsistent.pass.cpp | 29 template <int ID1, int ID2> 30 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) { in operator <()
|
| H A D | debug_less.pass.cpp | 32 template <int ID1, int ID2> 33 bool operator<(MyType<ID1> const& LHS, MyType<ID2> const& RHS) { in operator <()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Vector/ |
| H A D | vector-distribution.mlir | 66 // CHECK-NEXT: %[[ID2:.*]] = affine.apply #[[MAP0]]()[%[[ID]]] 67 // CHECK-NEXT: %[[EXB:.*]] = vector.transfer_read %{{.*}}[%[[ID2]]], %{{.*}} : memref<64xf32>, … 128 // CHECK-NEXT: %[[ID2:.*]] = affine.apply #[[MAP0]]()[%[[ID_0]]] 129 // CHECK-NEXT: %[[EXB:.*]] = vector.transfer_read %{{.*}}[%[[ID2]], %[[C0]], %[[ID_1]]], %{{.*}… 159 // CHECK: %[[ID2:.*]] = affine.apply #[[MAP0]]()[%[[ID_0]]] 160 // CHECK-NEXT: %[[EXA:.*]] = vector.transfer_read %{{.*}}[%[[C0]], %[[C0]], %[[C0]], %[[ID2]]],…
|
| H A D | vector-warp-distribute.mlir | 247 // CHECK-PROP-DAG: %[[ID2:.*]] = affine.apply #[[MAP0]]()[%[[ID]]] 248 // CHECK-PROP-DAG: %[[R1:.*]] = vector.transfer_read %arg1[%[[ID2]]], %{{.*}} : memref<1024xf32>, v…
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
| H A D | move_convert.pass.cpp | 42 template <template <int> class Templ, int ID1, int ID2> 43 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TokensTest.cpp | 861 llvm::ArrayRef<syntax::Token> ID2 = findSpelled("ID ( ID ( 2 + 3 + 4 ) )"); in TEST_F() local 862 EXPECT_THAT(Buffer.expansionStartingAt(&ID2.front()), in TEST_F() 863 ValueIs(IsExpansion(SameRange(ID2), in TEST_F() 866 for (const auto &T : ID2.drop_front()) in TEST_F() 872 IsExpansion(SameRange(ID2), _))); in TEST_F()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 321 void dropUnknownNonDebugMetadata(unsigned ID1, unsigned ID2) { 322 unsigned IDs[] = {ID1, ID2};
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
| H A D | move_convert.pass.cpp | 54 template <template <int> class Templ, int ID1, int ID2> 55 struct is_specialization<Templ<ID1>, Templ<ID2> > : std::true_type {};
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 694 for (const AnalysisID ID2 : RequiredSet) { in schedulePass() local 695 if (ID == ID2) in schedulePass() 697 Pass *AnalysisPass2 = findAnalysisPass(ID2); in schedulePass()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 527 FileID ID2 = Context.createInMemoryFile(File2, Code2); in TEST_F() local 537 {tooling::Replacement(Context.Sources, Context.getLocation(ID2, 1, 12), 0, in TEST_F() 539 tooling::Replacement(Context.Sources, Context.getLocation(ID2, 2, 9), 1, in TEST_F() 545 EXPECT_EQ(Expected2, Context.getRewrittenText(ID2)); in TEST_F()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 2177 llvm::stable_sort(RegUnitSetOrder, [this](unsigned ID1, unsigned ID2) { in computeDerivedInfo() argument 2179 getRegPressureSet(ID2).Units.size(); in computeDerivedInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 287 llvm::FoldingSetNodeID ID1, ID2; in checkDeducedTemplateArguments() local 289 Y.getAsExpr()->Profile(ID2, Context, true); in checkDeducedTemplateArguments() 290 if (ID1 == ID2) in checkDeducedTemplateArguments()
|