| /llvm-project-15.0.7/llvm/unittests/Debuginfod/ |
| H A D | HTTPServerTests.cpp | 100 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 124 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 143 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 175 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 211 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 230 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Failed<StringError>()); in TEST_F() 265 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F() 297 EXPECT_THAT_ERROR(Client.perform(Request, Handler), Succeeded()); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | pro-type-cstyle-cast.rst | 6 This check flags all use of C-style casts that perform a ``static_cast`` 11 type Z. Note that a C-style ``(T)expression`` cast means to perform the first of 15 ``(T)expression`` only when used to perform an unsafe cast.
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 123 void perform(LoopInfo *LI); 180 void perform(LoopInfo *LI) { in perform() function 181 DFS.perform(LI); in perform()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 77 bool perform() { in perform() function in __anon0455faed0211::LibCallsShrinkWrap 82 if (perform(CI)) { in perform() 91 bool perform(CallInst *CI); 503 bool LibCallsShrinkWrap::perform(CallInst *CI) { in perform() function in LibCallsShrinkWrap 527 bool Changed = CCDCE.perform(); in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOMemOPSizeOpt.cpp | 185 void perform() { in perform() function in __anon419b87b30111::MemOPSizeOpt 191 if (perform(MO)) { in perform() 227 bool perform(MemOp MO); 248 bool MemOPSizeOpt::perform(MemOp MO) { in perform() function in __anon419b87b30111::MemOPSizeOpt 470 MemOPSizeOpt.perform(); in PGOMemOPSizeOptImpl()
|
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | HTTPClient.cpp | 104 Error HTTPClient::perform(const HTTPRequest &Request, in perform() function in HTTPClient 145 Error HTTPClient::perform(const HTTPRequest &Request, in perform() function in HTTPClient
|
| /llvm-project-15.0.7/llvm/lib/Support/BLAKE3/ |
| H A D | CMakeLists.txt | 23 # preferred. They perform better, they perform more consistently across
|
| /llvm-project-15.0.7/polly/ |
| H A D | .gitattributes | 1 # Auto detect text files and perform LF normalization
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | no_switch.ll | 6 ; CHECK: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform the requ… 9 ; NOANALYSIS: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform the… 13 ; MOREINFO: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform the r…
|
| H A D | no_switch_disable_vectorization.ll | 9 ; CHECK-NOT: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform the … 12 ; NOANALYSIS-NOT: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform… 15 ; MOREINFO-NOT: warning: source.cpp:4:5: loop not vectorized: the optimizer was unable to perform t…
|
| H A D | no_array_bounds_scalable.ll | 11 ; CHECK: warning: <unknown>:0:0: loop not interleaved: the optimizer was unable to perform the requ… 38 ; CHECK: warning: <unknown>:0:0: loop not vectorized: the optimizer was unable to perform the reque…
|
| /llvm-project-15.0.7/llvm/test/tools/gold/X86/ |
| H A D | thinlto_object_suffix_replace.ll | 8 ; First perform the thin link on the normal bitcode file, and save the 17 ; Next perform the thin link on the minimized bitcode file, and compare dump
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | suggest-typoed-directive.S | 20 # in in order to perform
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | simple.test | 6 # only_ascii mode. Will perform some minimal self-validation.
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | thinlto-object-suffix-replace.ll | 10 ; First perform the thin link on the normal bitcode file, and save the 15 ; Next perform the thin link on the minimized bitcode file, and compare dump
|
| /llvm-project-15.0.7/openmp/docs/optimizations/ |
| H A D | Overview.rst | 8 as well as the ability to :doc:`perform "scalar optimizations" across OpenMP region
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tailcc-notail.ll | 3 ; CHECK: LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | tailcc-notail.ll | 3 ; CHECK: LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | tailcc-notail.ll | 3 ; CHECK: LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | thinlto-object-suffix-replace.ll | 10 ;; First perform the thin link on the normal bitcode file, and save the 15 ;; Next perform the thin link on the minimized bitcode file, and compare dump
|
| /llvm-project-15.0.7/llvm/include/llvm/Debuginfod/ |
| H A D | HTTPClient.h | 77 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/ |
| H A D | dealloc-in-category.rst | 10 Classes implement ``-dealloc`` to perform important actions to deallocate
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | x86-64-reloc-got-load.s | 3 ## Check that we perform relaxation for GOT_LOAD relocations to defined symbols.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | tcm-zext.ll | 4 ; Check that we perform tail call merging on return types with zero extend.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | container-data-pointer.rst | 13 access does not perform an errant memory access.
|