Home
last modified time | relevance | path

Searched refs:Once (Results 1 – 25 of 189) sorted by relevance

12345678

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp128 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 DREADME.txt20 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 Dxray_fdr_logging.cpp567 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 Dxray_profiling.cpp426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit() local
428 &Once, +[] { in profilingLoggingInit()
H A Dxray_profile_collector.cpp384 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 Darm-memory-instructions.s32 @ 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 Dppc64-tls-vaddr-align.s20 ## Once we delete the hack, it is likely p_vaddr%p_align != 0.
/llvm-project-15.0.7/libclc/generic/lib/integer/
H A Dmul_hi.cl37 //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 DREADME.txt6 Once the plugin is built, you can run it using:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvector-truncate-combine.ll14 ; NOTE: This operation could be collapsed in to a single truncate. Once that is done
H A D2006-05-08-CoalesceSubRegClass.ll2 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
/llvm-project-15.0.7/polly/test/ScopInfo/NonAffine/
H A Dmodulo_domain.ll4 ; hence modulo handling has been disabled completely. Once this is
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-fixed-length-bitselect.ll8 ; don't currently expect the code below to lower to BSL/BIT/BIF. Once
/llvm-project-15.0.7/llvm/docs/
H A DReleaseProcess.rst19 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 DHowToReleaseLLVM.rst204 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 DContributing.rst55 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 DMCJITDesignAndImplementation.rst26 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 Dpr36311.ll8 ; reanalysis of SCEV happens subsequently. Once vector code gen starts,
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst73 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 DREADME.md45 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 Dclang-rename.rst150 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 DHeatmaps.md28 Once the run is complete, and `perf.data` is generated, run llvm-bolt-heatmap:
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullability-no-arc.mm67 // False negative. Once we have more subtle suppression of defensive checks in
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dplatform_specific_build_instructions.md43 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 Dduplicate-imp-func.s28 # Once the import library member from %t.lib.dll.a gets loaded, libfunc

12345678