| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | ThreadingTests.cpp | 128 PeriodicThrottler Once(std::chrono::hours(24)); in TEST() local 129 EXPECT_TRUE(Once()); in TEST() 130 EXPECT_FALSE(Once()); in TEST() 131 EXPECT_FALSE(Once()); in TEST()
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ |
| H A D | README.txt | 20 Once LLVM.sln is generated, build the clang_format_vsix target, which will build 25 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with 33 Once you've built the clang_format_vsix project from LLVM.sln at least once,
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_fdr_logging.cpp | 567 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent() local 569 &Once, +[] { in fdrLoggingHandleCustomEvent() 597 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent() local 599 &Once, +[] { in fdrLoggingHandleTypedEvent()
|
| H A D | xray_profiling.cpp | 426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit() local 428 &Once, +[] { in profilingLoggingInit()
|
| H A D | xray_profile_collector.cpp | 384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer() local 388 &Once, +[]() XRAY_NEVER_INSTRUMENT { in nextBuffer()
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | arm-memory-instructions.s | 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | ppc64-tls-vaddr-align.s | 20 ## Once we delete the hack, it is likely p_vaddr%p_align != 0.
|
| /llvm-project-15.0.7/libclc/generic/lib/integer/ |
| H A D | mul_hi.cl | 37 //Once O/I/L are summed up, then shift the sum by 32-bits and add to F. 65 //Once O/I/L are summed up, then shift the sum by 32-bits and add to F.
|
| /llvm-project-15.0.7/clang/examples/PrintFunctionNames/ |
| H A D | README.txt | 6 Once the plugin is built, you can run it using:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vector-truncate-combine.ll | 14 ; NOTE: This operation could be collapsed in to a single truncate. Once that is done
|
| H A D | 2006-05-08-CoalesceSubRegClass.ll | 2 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
|
| /llvm-project-15.0.7/polly/test/ScopInfo/NonAffine/ |
| H A D | modulo_domain.ll | 4 ; hence modulo handling has been disabled completely. Once this is
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | sve-fixed-length-bitselect.ll | 8 ; don't currently expect the code below to lower to BSL/BIT/BIF. Once
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ReleaseProcess.rst | 19 Once the release process starts, the Release Manager will ask for volunteers, 168 * Once all three stages are done, it'll test the final stage. 201 Once the release manages announces that the latest candidate is the good one,
|
| H A D | HowToReleaseLLVM.rst | 204 Once all testing has been completed and appropriate bugs filed, the release 253 "[meta]" bug should be created and all regressions *blocking* that Meta. Once 290 but you may use your best judgement on who a good reviewer would be. Once 296 #. Once a bug has been reviewed, add the release:reviewed label and update the 301 #. Once the pull request has been merged push it to the official release branch:
|
| H A D | Contributing.rst | 55 Once you have a patch ready, it is time to submit it. The patch should: 108 Once that is done the change can be committed. If you do not have commit 125 Once a patch is reviewed, you should rebase it, re-test locally, and commit the
|
| H A D | MCJITDesignAndImplementation.rst | 26 Once the options have been set, a client calls EngineBuilder::create to 79 Once an object image has been obtained, either through code generation or 170 Once relocations have been applied as described above, MCJIT calls
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/ |
| H A D | pr36311.ll | 8 ; reanalysis of SCEV happens subsequently. Once vector code gen starts,
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 73 Once we have that, we recognize the new keywords in the lexer. This is 240 Once the then/else blocks are finished executing, they both branch back 322 Once it has that, it creates three blocks. Note that it passes 328 Once the blocks are created, we can emit the conditional branch that 355 Once the insertion point is set, we recursively codegen the "then" 414 created code will go into the "merge" block. Once that is done, we need 659 into the loop. Once we have that, we create the actual block that starts 705 Once the loop variable is set into the symbol table, the code
|
| /llvm-project-15.0.7/flang/ |
| H A D | README.md | 45 advantage of being smaller and faster. Once you create the base build and base 64 Once the clone is complete, execute the following commands: 105 Once the clone is complete, execute the following commands:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | clang-rename.rst | 150 Once installed, you can point your cursor to symbols you want to rename, press 164 Once installed, you can point your cursor to symbols you want to rename, press
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | Heatmaps.md | 28 Once the run is complete, and `perf.data` is generated, run llvm-bolt-heatmap:
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nullability-no-arc.mm | 67 // False negative. Once we have more subtle suppression of defensive checks in
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | platform_specific_build_instructions.md | 43 See instructions for building with Visual Studio. Once built, right click on the solution and chang…
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | duplicate-imp-func.s | 28 # Once the import library member from %t.lib.dll.a gets loaded, libfunc
|