Home
last modified time | relevance | path

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

/llvm-project/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/llvm/test/CodeGen/Mips/
H A Dload-max-alignment.ll2 ;; Loading a value with max aligment triggered an assertion due to unsigned
/llvm-project/mlir/include/mlir/Dialect/ArmSVE/Transforms/
H A DPasses.td24 #### Loading and storing predicate types
/llvm-project/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/llvm/docs/
H A DMCJITDesignAndImplementation.rst76 Object Loading
/llvm-project/lldb/tools/lldb-dap/
H A DREADME.md99 ### Loading a Core File
/llvm-project/libc/
H A DCMakeLists.txt213 message(STATUS "Loading additional config: '${config_path}/config.json'")
/llvm-project/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/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/lldb/docs/use/
H A Dsymbolication.rst131 Loading Multiple Executables
H A Dtutorial.rst219 Loading a Program Into LLDB
/llvm-project/lldb/source/Target/
H A DTargetProperties.td190 Desc<"Loading modules from memory can be slow as reading the symbol tables and other data can take a long time depending on your connection to the debug target. This setting helps users control how much information gets loaded when loading modules from memory.'complete' is the default value for this setting which will load all sections and symbols by reading them from memory (slowest, most accurate). 'partial' will load sections and attempt to find function bounds without downloading the symbol table (faster, still accurate, missing symbol names). 'minimal' is the fastest setting and will load section data with no symbols, but should rarely be used as stack frames in these memory regions will be inaccurate and not provide any context (fastest). ">;
/llvm-project/llvm/test/Transforms/LoopPredication/
H A Dinvariant_load.ll197 ; would be invalid, so we can't preform the tempting transform. Loading the
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td617 // Loading into the vector unit takes 5 cycles vs 4 for integer loads.
/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td287 "Loading into D subregs is slow">;
/llvm-project/compiler-rt/
H A DCMakeLists.txt113 # Loading the llvm config causes this target to be imported so place it
/llvm-project/clang/docs/
H A DPCHInternals.rst48 * Loading the PCH file is significantly faster than re-parsing the bundle of
H A DAutomaticReferenceCounting.rst2492 Loading weak references would be inherently prone to race conditions without
/llvm-project/flang/test/Fir/
H A Dconvert-to-llvm.fir933 // Loading a `fir.ref<!fir.box>> is creating a descriptor copy
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td244 // Loading from memory automatically zeroing upper bits.