Home
last modified time | relevance | path

Searched refs:Loading (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundRebuild.cpp38 if (Loading) in indexedTU()
56 if (!Loading) in startLoading()
58 ++Loading; in startLoading()
62 assert(Loading); in loadedShard()
67 assert(Loading); in doneLoading()
68 --Loading; in doneLoading()
69 if (Loading) // was loading multiple batches concurrently in doneLoading()
H A DBackgroundRebuild.h91 unsigned Loading = 0; variable
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md13 - [Loading a core file](#loading-a-core-file)
184 ### Loading a Core File
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dloh.mir101 ; Loading a float value from a GOT table makes no sense so this should not
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst76 Object Loading
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A DFileCheck.rst865 ; CHECK: Loading from 0x[[#%x,ADDR:]]
874 Loading from 0xa0463440 to 0xa0463447
882 Loading from 0xa0463440 to 0xa0463443
/llvm-project-15.0.7/openmp/runtime/src/i18n/
H A Den_US.txt254 IttLoadLibFailed "ittnotify: Loading \"%1$s\" library failed."
411 OBSOLETE "Loading \"%1$s\" library failed:"
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetProperties.td159 …Desc<"Loading modules from memory can be slow as reading the symbol tables and other data can take…
/llvm-project-15.0.7/openmp/docs/
H A DSupportAndFAQ.rst261 CUDA error: Loading '__omp_offloading_fd02_3231c15__Z3foov_l2' Failed
/llvm-project-15.0.7/llvm/test/Transforms/LoopPredication/
H A Dinvariant_load.ll194 ; would be invalid, so we can't preform the tempting transform. Loading the
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbolication.rst135 Loading Multiple Executables
H A Dtutorial.rst204 Loading a Program into lldb
/llvm-project-15.0.7/compiler-rt/
H A DCMakeLists.txt73 # Loading the llvm config causes this target to be imported so place it
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td617 // Loading into the vector unit takes 5 cycles vs 4 for integer loads.
/llvm-project-15.0.7/clang/docs/
H A DPCHInternals.rst48 * Loading the PCH file is significantly faster than re-parsing the bundle of
H A DAutomaticReferenceCounting.rst2479 Loading weak references would be inherently prone to race conditions without
H A DLanguageExtensions.rst1703 Loading from a ``__weak`` variable always implicitly retains the
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARM.td290 "Loading into D subregs is slow">;
/llvm-project-15.0.7/flang/test/Fir/
H A Dconvert-to-llvm.fir869 // Loading a `fir.ref<!fir.box>> is a no-op
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrSSE.td245 // Loading from memory automatically zeroing upper bits.