| /llvm-project-15.0.7/mlir/ |
| H A D | .clang-tidy | 32 performance-for-range-copy, 33 performance-implicit-conversion-in-loop, 34 performance-inefficient-algorithm, 35 performance-inefficient-vector-operation, 36 performance-move-const-arg, 37 performance-no-automatic-move, 38 performance-trivially-destructible, 39 performance-unnecessary-copy-initialization, 40 performance-unnecessary-value-param,
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | implicit-cast-in-loop.rst | 3 .. title:: clang-tidy - performance-implicit-cast-in-loop 5 :http-equiv=refresh: 5;URL=../performance/implicit-conversion-in-loop.html 7 performance-implicit-cast-in-loop 10 This check has been renamed to `performance-implicit-conversion-in-loop 11 <../performance/implicit-conversion-in-loop.html>`_.
|
| H A D | trivially-destructible.rst | 1 .. title:: clang-tidy - performance-trivially-destructible 3 performance-trivially-destructible
|
| H A D | inefficient-string-concatenation.rst | 1 .. title:: clang-tidy - performance-inefficient-string-concatenation 3 performance-inefficient-string-concatenation 6 This check warns about the performance overhead arising from concatenating
|
| H A D | move-constructor-init.rst | 1 .. title:: clang-tidy - performance-move-constructor-init 3 performance-move-constructor-init
|
| H A D | noexcept-move-constructor.rst | 1 .. title:: clang-tidy - performance-noexcept-move-constructor 3 performance-noexcept-move-constructor
|
| H A D | no-int-to-ptr.rst | 1 .. title:: clang-tidy - performance-no-int-to-ptr 3 performance-no-int-to-ptr 28 …return (char*)aligned_intptr; // warning: avoid integer to pointer casts [performance-no-int-to-pt…
|
| H A D | type-promotion-in-math-fn.rst | 1 .. title:: clang-tidy - performance-type-promotion-in-math-fn 3 performance-type-promotion-in-math-fn
|
| H A D | faster-string-find.rst | 1 .. title:: clang-tidy - performance-faster-string-find 3 performance-faster-string-find
|
| H A D | inefficient-algorithm.rst | 1 .. title:: clang-tidy - performance-inefficient-algorithm 3 performance-inefficient-algorithm
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | to_addr_builtin.cl | 49 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 57 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 64 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 72 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 79 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 88 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 95 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} 103 …on-generic address space pointer to to_private may cause dynamic conversion affecting performance}} 111 … non-generic address space pointer to to_local may cause dynamic conversion affecting performance}} 119 …non-generic address space pointer to to_global may cause dynamic conversion affecting performance}} [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/ |
| H A D | optin.performance.GCDAntipattern.rst | 1 .. title:: clang-tidy - clang-analyzer-optin.performance.GCDAntipattern 3 clang-analyzer-optin.performance.GCDAntipattern 6 Check for performance anti-patterns when using Grand Central Dispatch
|
| H A D | optin.performance.Padding.rst | 1 .. title:: clang-tidy - clang-analyzer-optin.performance.Padding 3 clang-analyzer-optin.performance.Padding
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/ |
| H A D | noexcept-move.rst | 3 :http-equiv=refresh: 5;URL=../performance/noexcept-move-constructor.html 8 This check is an alias for `performance-noexcept-move-constructor <../performance/noexcept-move-con…
|
| H A D | move-const-arg.rst | 3 :http-equiv=refresh: 5;URL=../performance/move-const-arg.html 9 `performance-move-const-arg <../performance/move-const-arg.html>`_ for more information.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/ |
| H A D | oop11-cpp.rst | 3 :http-equiv=refresh: 5;URL=../performance/move-constructor-init.html 9 `performance-move-constructor-init <../performance/move-constructor-init.html>`_
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-04-16-DynamicCompilation.txt | 8 to the performance problem faced by modern architectures and programming 17 tradeoff between performance and portability. On a deeper level, however, 18 there are two reasons that optimal system performance may be obtained by a 23 optimal performance in all cases, because applications have varying dynamic 31 the performance problem. Instruction set architectures (ISAs) continuously 49 increase in effective system performance for real world environments.
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP112.rst | 3 Found thread data sharing on the GPU. Expect degraded performance due to data globalization. [OMP11… 10 performance. 19 in a few cases it is necessary and will cause a performance penalty. 56 omp112.cpp:9:7: remark: Found thread data sharing on the GPU. Expect degraded performance 81 omp112.cpp:4:7: remark: Found thread data sharing on the GPU. Expect degraded performance
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | .clang-tidy | 2 Checks: 'clang-analyzer-*,readability-redundant-*,performance-*' 3 WarningsAsErrors: 'clang-analyzer-*,readability-redundant-*,performance-*'
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/ |
| H A D | analysis-epsilons.test | 23 # CHECK-INCONSISTENCIES-FAIL: contains instructions whose performance characteristics do not match … 24 # CHECK-INCONSISTENCIES-FAIL: contains instructions whose performance characteristics do not match … 25 # CHECK-INCONSISTENCIES-FAIL-NOT: contains instructions whose performance characteristics do not ma… 27 # CHECK-INCONSISTENCIES-PASS-NOT: contains instructions whose performance characteristics do not ma…
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | unnecessary-value-param-arc.m | 1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \ 9 // not raise performance-unnecessary-value-param.
|
| H A D | unnecessary-value-param-arc.mm | 1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \ 9 // not raise performance-unnecessary-value-param.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/ |
| H A D | list.rst | 31 performance/* 163 `clang-analyzer-optin.performance.Padding <clang-analyzer/optin.performance.Padding.html>`_, 303 `performance-faster-string-find <performance/faster-string-find.html>`_, "Yes" 304 `performance-for-range-copy <performance/for-range-copy.html>`_, "Yes" 306 `performance-inefficient-algorithm <performance/inefficient-algorithm.html>`_, "Yes" 309 `performance-move-const-arg <performance/move-const-arg.html>`_, "Yes" 310 `performance-move-constructor-init <performance/move-constructor-init.html>`_, 311 `performance-no-automatic-move <performance/no-automatic-move.html>`_, 312 `performance-no-int-to-ptr <performance/no-int-to-ptr.html>`_, 314 `performance-trivially-destructible <performance/trivially-destructible.html>`_, "Yes" [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | mixed-precision-remarks.ll | 3 …h. Mixed floating point precision requires an up/down cast that will negatively impact performance. 24 …h. Mixed floating point precision requires an up/down cast that will negatively impact performance. 25 …h. Mixed floating point precision requires an up/down cast that will negatively impact performance. 26 …h. Mixed floating point precision requires an up/down cast that will negatively impact performance.
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | math.rst | 37 performance: 39 - The average performance should be comparable to other ``libc`` 41 - The worst case performance should be within 10X-20X of the average. 43 makes sense and provides significant performance boost. 187 * Simple performance testings are located at: `libc/test/src/math/differential_testing <https://git… 191 The performance results from the CORE-MATH's perf tool are reported in the 193 on Linux). Fmod performance results obtained with "differential_testing".
|