| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | coverage-report-server.py | 88 points = self.point_symbol_info.get(filename, dict()) 91 for fn, points in points.items(): 92 for point, loc in points.items(): 97 for line, points in line_to_points.items(): 99 covered_points = self.covered_points & set(points) 102 elif len(covered_points) != len(points): 112 for fn, points in fns.items(): 113 file_points.extend(points.keys())
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | AnnotationsTest.cpp | 35 EXPECT_THAT(llvm::Annotations("^a^bc^d^").points(), in TEST() 39 EXPECT_THAT(llvm::Annotations("ab[[cd]]").points(), IsEmpty()); in TEST() 42 EXPECT_THAT(llvm::Annotations("ab^^^cd").points(), ElementsAre(2u, 2u, 2u)); in TEST() 66 EXPECT_THAT(Annotated.points(), ElementsAre(2u, 4u)); in TEST() 82 EXPECT_THAT(Annotated.points(), IsEmpty()); in TEST() 83 EXPECT_THAT(Annotated.points("p1"), ElementsAre(1u, 7u)); in TEST()
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
| H A D | COFF_x86_64.s | 39 # (1) Check that callq argument points to synthesized stub addr. 44 # (2) Check that synthesized stub entry points to call target. 54 # (1) Check that the movq argument points to synthesized stub addr. 59 # (2) Check that synthesized stub entry points to datao target.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | ptr-arith.c | 300 void symbolicFieldRegion(struct Point *points, int i, int j) { in symbolicFieldRegion() argument 301 clang_analyzer_eval(&points[i].x == &points[j].x);// expected-warning{{UNKNOWN}} in symbolicFieldRegion() 302 clang_analyzer_eval(&points[i].x == &points[i].y);// expected-warning{{FALSE}} in symbolicFieldRegion() 303 clang_analyzer_eval(&points[i].x < &points[i].y);// expected-warning{{TRUE}} in symbolicFieldRegion()
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | masked-interleaved-store-i16.ll | 16 ; points[i*4] = x[i]; 17 ; points[i*4 + 1] = y[i]; 21 define void @test1(i16* noalias nocapture %points, i16* noalias nocapture readonly %x, i16* noalias… 54 %arrayidx2 = getelementptr inbounds i16, i16* %points, i64 %1 59 %arrayidx7 = getelementptr inbounds i16, i16* %points, i64 %3 74 ; points[i*4] = x[i]; 75 ; points[i*4 + 1] = y[i]; 116 %arrayidx2 = getelementptr inbounds i16, i16* %points, i64 %1 121 %arrayidx7 = getelementptr inbounds i16, i16* %points, i64 %3 142 ; points[i*3] = x[i]; [all …]
|
| H A D | masked-interleaved-load-i16.ll | 16 ; x[i] = points[i*4]; 17 ; y[i] = points[i*4 + 1]; 21 define void @test1(i16* noalias nocapture %points, i16* noalias nocapture readonly %x, i16* noalias… 52 %arrayidx2 = getelementptr inbounds i16, i16* %points, i64 %i1 55 %arrayidx7 = getelementptr inbounds i16, i16* %points, i64 %i3 74 ; x[i] = points[i*4]; 75 ; y[i] = points[i*4 + 1]; 114 %arrayidx2 = getelementptr inbounds i16, i16* %points, i64 %i1 117 %arrayidx7 = getelementptr inbounds i16, i16* %points, i64 %i3 142 ; x[i] = points[i*3]; [all …]
|
| /llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/ |
| H A D | PresburgerSetTest.cpp | 30 ArrayRef<SmallVector<int64_t, 4>> points) { in testUnionAtPoints() argument 32 for (const SmallVector<int64_t, 4> &point : points) { in testUnionAtPoints() 44 ArrayRef<SmallVector<int64_t, 4>> points) { in testIntersectAtPoints() argument 46 for (const SmallVector<int64_t, 4> &point : points) { in testIntersectAtPoints() 57 ArrayRef<SmallVector<int64_t, 4>> points) { in testSubtractAtPoints() argument 59 for (const SmallVector<int64_t, 4> &point : points) { in testSubtractAtPoints() 73 ArrayRef<SmallVector<int64_t, 4>> points) { in testComplementAtPoints() argument 76 for (const SmallVector<int64_t, 4> &point : points) { in testComplementAtPoints() 839 ArrayRef<SmallVector<int64_t, 4>> points, in testComputeReprAtPoints() argument 846 for (const SmallVector<int64_t, 4> &point : points) { in testComputeReprAtPoints()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/var_path/ |
| H A D | main.cpp | 9 Point points[] = {{1010,2020}, {3030,4040}, {5050,6060}}; in main() local 10 Point *pt_ptr = &points[1]; in main()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | flexible-array-init.c | 45 struct point points[]; // expected-note{{initialized flexible array member 'points' is here}} member 48 .points[2] = { 1, 2} }; // expected-error{{designator into flexible array member subobject}}
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/Inputs/ |
| H A D | ppc64_elf_module_b.s | 1 # This module contains a function with its local and global entry points 3 # different TOCs are called via their global entry points.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | Annotations.cpp | 19 std::vector<Position> Annotations::points(llvm::StringRef Name) const { in points() function in clang::clangd::Annotations 20 auto Offsets = Base::points(Name); in points()
|
| H A D | TypeHierarchyTests.cpp | 73 for (Position Pt : Source.points()) { in TEST() 97 for (Position Pt : Source.points()) { in TEST() 120 for (Position Pt : Source.points()) { in TEST() 369 for (Position Pt : Source.points()) { in TEST() 411 auto Result = getTypeHierarchy(AST, Source.points()[0], 0, in TEST() 482 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST() 508 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST() 534 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST()
|
| H A D | SemanticSelectionTests.cpp | 189 auto Ranges = runSemanticRanges(Server, FooCpp, SourceAnnotations.points()); in TEST() 192 ASSERT_EQ(Ranges->size(), SourceAnnotations.points().size()); in TEST()
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | gc-sections-linkorder-err.s | 9 # CHECK-NEXT: error: {{.*}}.o:(.bar): sh_link points to discarded section {{.*}}.o:(.foo0) 10 # CHECK-NEXT: error: {{.*}}.o:(.baz): sh_link points to discarded section {{.*}}.o:(.foo0)
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | DILocation-parents.ll | 8 ; CHECK: scope points into the type hierarchy 15 ; CHECK: scope points into the type hierarchy
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | comdat-weak.test | 67 In these cases, the undefined weak symbol points to the regular symbol 70 symbol points to the same location as the comdat function 75 the uniquely named symbol .weak.<weakname>.<othername> points to a
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | TweakTesting.h | 117 assert(!A.points().empty() || !A.ranges().empty()); \ 118 for (const auto &P : A.points()) \
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRay.rst | 15 instrumentation points and a runtime library that can dynamically enable and 27 - Compiler-inserted instrumentation points. 36 The compiler-inserted instrumentation points come in the form of nop-sleds in 38 contains entries pointing to these instrumentation points. The runtime library 40 overwrite the instrumentation points at runtime. 66 get XRay instrumentation points. You can tweak that number through the 148 instrumentation points. When you use ``clang`` to link your binaries and the 166 | | | | instrumentation points | 317 XRay supports several different instrumentation points including ``function-entry``, 318 ``function-exit``, ``custom``, and ``typed`` points. These can be enabled individually [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | ins_split_regalloc.ll | 15 ; Check that we do not have useless split points before each call. 18 ; Check that we do not have useless split points before each call.
|
| /llvm-project-15.0.7/clang-tools-extra/include-cleaner/unittests/ |
| H A D | WalkASTTest.cpp | 68 for (auto Expected : Target.points()) in testWalk() 72 if (!llvm::is_contained(Target.points(), Actual)) in testWalk()
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | Partitions.rst | 24 going to be used as the "entry points" for each partition. An entry point 35 Once the entry points have been decided, the translation unit(s) 36 containing the entry points should be compiled using the Clang compiler flag 41 The linker will then use these entry points to automatically split the program 43 which entry points, similarly to how ``--gc-sections`` removes unused parts of
|
| /llvm-project-15.0.7/mlir/test/Dialect/Quant/ |
| H A D | parse-uniform.mlir | 132 // Per-axis scales and zero points (affine) 141 // Per-axis scales and no zero points (fixedpoint) 150 // Per-axis scales and zero points (mixed affine and fixedpoint)
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | split-out-dbg-label.ll | 4 ; that its metadata argument is a DILabel that points to a scope within the new 7 ; In this example, the label "bye" points to the scope for @foo before
|
| H A D | eh-pads.ll | 14 ; Note: EH pads are not candidates for region entry points. 44 ; Note: EH pads are not candidates for region entry points.
|
| /llvm-project-15.0.7/llvm/test/tools/sancov/ |
| H A D | merge.test | 6 MERGE1-NEXT: "covered-points": [ 38 MERGE2-NEXT: "covered-points": [
|