Home
last modified time | relevance | path

Searched refs:performance (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/llvm-project-15.0.7/mlir/
H A D.clang-tidy32 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 Dimplicit-cast-in-loop.rst3 .. 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 Dtrivially-destructible.rst1 .. title:: clang-tidy - performance-trivially-destructible
3 performance-trivially-destructible
H A Dinefficient-string-concatenation.rst1 .. 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 Dmove-constructor-init.rst1 .. title:: clang-tidy - performance-move-constructor-init
3 performance-move-constructor-init
H A Dnoexcept-move-constructor.rst1 .. title:: clang-tidy - performance-noexcept-move-constructor
3 performance-noexcept-move-constructor
H A Dno-int-to-ptr.rst1 .. 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 Dtype-promotion-in-math-fn.rst1 .. title:: clang-tidy - performance-type-promotion-in-math-fn
3 performance-type-promotion-in-math-fn
H A Dfaster-string-find.rst1 .. title:: clang-tidy - performance-faster-string-find
3 performance-faster-string-find
H A Dinefficient-algorithm.rst1 .. title:: clang-tidy - performance-inefficient-algorithm
3 performance-inefficient-algorithm
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dto_addr_builtin.cl49 …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 Doptin.performance.GCDAntipattern.rst1 .. 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 Doptin.performance.Padding.rst1 .. 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 Dnoexcept-move.rst3 :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 Dmove-const-arg.rst3 :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 Doop11-cpp.rst3 :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 D2001-04-16-DynamicCompilation.txt8 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 DOMP112.rst3 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-tidy2 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 Danalysis-epsilons.test23 # 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 Dunnecessary-value-param-arc.m1 // RUN: clang-tidy %s -checks=-*,performance-unnecessary-value-param -- \
9 // not raise performance-unnecessary-value-param.
H A Dunnecessary-value-param-arc.mm1 // 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 Dlist.rst31 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 Dmixed-precision-remarks.ll3 …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 Dmath.rst37 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".

12345678910>>...13