Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/builder/
H A DParserOptions.py22 return _find_build_scripts.cached
36 _find_build_scripts.cached = results
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dcache.ll26 ; Two cached objects, plus a timestamp file
40 ; Two cached objects, plus a timestamp file and "foo", minus the file we removed.
67 ; With save-temps we can confirm that the cached files were copied into temp
68 ; files to avoid a race condition with the cached files being pruned, since the
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h193 uptr cached = MaxCachedHint(s) * s; in Print() local
198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print()
199 total_cached += cached; in Print()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dstatic-initializers-in-objectfiles.ll6 ; Verify that LLJIT Platforms respect static initializers in cached objects.
9 ; second. The initializer in the cached objects must also be successfully run
/llvm-project-15.0.7/clang/test/Modules/
H A Dload-module-with-errors.m66 // Shouldn't build the cached modules (that have errors) when not allowing
73 // Should build the cached modules when allowing errors
81 // Check build when the modules are already cached
86 // Should rebuild the cached module if it had an error (if it wasn't rebuilt
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dnontrivial-unswitch-markloopasdeleted.ll5 ; cached in the LoopAnalysisManagerFunctionProxy.
12 ; want to see that any analysis results cached on the destroyed loop is
/llvm-project-15.0.7/lld/test/COFF/
H A Dlto-cache.ll14 ; Two cached objects, plus a timestamp file and "foo", minus the file we removed.
H A Dpdb-thinlto.ll6 ; Even if the native object is cached, the PDB must be the same.
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Dmismatch.m30 // CHECK: cached
/llvm-project-15.0.7/llvm/docs/
H A DNewPassManager.rst195 already cached.
223 Asking for a cached and immutable outer level IR analysis works via
243 module. Since passes can ask for a cached analysis result, allowing passes to
326 One thing to note when accessing inner level IR analyses is cached results for
328 as the key for cached analyses. Take care in the pass to either clear the
332 analysis manager proxy which will clear all cached analyses, conservatively
333 assuming that there are invalid addresses used as keys for cached analyses.
335 cached/invalidated, you can mark the analysis manager proxy as preserved,
/llvm-project-15.0.7/llvm/test/Transforms/Scalarizer/
H A Dstore-bug.ll4 ; This input caused the scalarizer not to clear cached results
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dload-store-caching.ll1 ; Test that instruction operands from loads are not cached when
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp861 if (auto cached = getCachedIntegerType(width, signedness, context)) in get() local
862 return cached; in get()
870 if (auto cached = getCachedIntegerType(width, signedness, context)) in getChecked() local
871 return cached; in getChecked()
/llvm-project-15.0.7/llvm/test/Transforms/GVNSink/
H A Dassumption.ll4 ; This crashed because the cached assumption was replaced and the replacement
/llvm-project-15.0.7/libcxx/
H A Dappveyor-reqs-install.cmd49 :: Setup the cached copy of LLVM
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dincorrect-constant-caching.ll5 ; because it's reusing the cached ConstantInt-type zero value translated earlier.
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/ArgumentPromotion/
H A Dinvalidation.ll3 ; the call graph, any analyses that happened to be cached for that function are
/llvm-project-15.0.7/libclc/cmake/
H A DCMakeTestCLCCompiler.cmake10 # Remove any cached result from an older CMake version.
H A DCMakeTestLLAsmCompiler.cmake10 # Remove any cached result from an older CMake version.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dpr54413-select-interleave-count-loop-with-cost-zero.ll7 ; retains the cached original BTC, as the loop is in dead code. Make sure
/llvm-project-15.0.7/llvm/test/Transforms/ArgumentPromotion/
H A Dinvalidation.ll3 ; the call graph, any analyses that happened to be cached for that function are
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dvalue-ptr-bug.ll10 ; induction) that we cached in the induction variable list.
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dinvalidate-modified-lcssa-phi.ll5 ; modifying it. Loop deletion is required to show the incorrect use of the cached
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md83 once upon first request and cached for further use. Therefore,
151 fetched once per `DataLayout` object and cached. Such ops may also provide
199 3. If `DataLayout` has a cached response, this response is returned
213 the call stack and cached by the `DataLayout.`
/llvm-project-15.0.7/lld/test/wasm/lto/
H A Dcache.ll13 ; Two cached objects, plus a timestamp file and "foo", minus the file we removed.

123