Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DHTTPServerTests.cpp100 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 Dpro-type-cstyle-cast.rst6 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 DLoopIterator.h123 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 DLibCallsShrinkWrap.cpp77 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 DPGOMemOPSizeOpt.cpp185 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 DHTTPClient.cpp104 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 DCMakeLists.txt23 # preferred. They perform better, they perform more consistently across
/llvm-project-15.0.7/polly/
H A D.gitattributes1 # Auto detect text files and perform LF normalization
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dno_switch.ll6 ; 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 Dno_switch_disable_vectorization.ll9 ; 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 Dno_array_bounds_scalable.ll11 ; 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 Dthinlto_object_suffix_replace.ll8 ; 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 Dsuggest-typoed-directive.S20 # in in order to perform
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dsimple.test6 # only_ascii mode. Will perform some minimal self-validation.
/llvm-project-15.0.7/lld/test/COFF/
H A Dthinlto-object-suffix-replace.ll10 ; 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 DOverview.rst8 as well as the ability to :doc:`perform "scalar optimizations" across OpenMP region
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtailcc-notail.ll3 ; 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 Dtailcc-notail.ll3 ; 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 Dtailcc-notail.ll3 ; 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 Dthinlto-object-suffix-replace.ll10 ;; 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 DHTTPClient.h77 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/
H A Ddealloc-in-category.rst10 Classes implement ``-dealloc`` to perform important actions to deallocate
/llvm-project-15.0.7/lld/test/MachO/
H A Dx86-64-reloc-got-load.s3 ## Check that we perform relaxation for GOT_LOAD relocations to defined symbols.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dtcm-zext.ll4 ; 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 Dcontainer-data-pointer.rst13 access does not perform an errant memory access.

12345678910>>...17