Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm90 -(void)populate; method
94 -(void)populate { method
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Dalignment.ll181 call void @populate(ptr %ptr)
195 call void @populate(ptr %ptr)
209 call void @populate(ptr %ptr)
226 declare void @populate(ptr)
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp276 A2.populate(); in TEST()
279 A3.populate(); in TEST()
290 B2.populate(); in TEST()
293 B3.populate(); in TEST()
304 C2.populate(); in TEST()
307 C3.populate(); in TEST()
311 D1.populate(); in TEST()
314 D2.populate(); in TEST()
424 A.populate(); in TEST()
426 B.populate(); in TEST()
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Dlit.local.cfg5 # substituting the directory. This way, the test itself can populate %T as it
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-opt-remarks-lazy-bfi.ll18 ; Verify that we don't new populate MachineBFI for passes that already use
29 ; Verify that we only populate MachineBFI on behalf of ORE when hotness is
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dstatic-initializers-in-objectfiles.ll8 ; with value zero. The first execution will populate an object cache for the
/llvm-project-15.0.7/llvm/test/Transforms/LoopRotate/
H A Dpr51981-scev-problem.ll5 ; In the first two RUN lines print<scalar-evolution> is used to populate the
8 ; crashes where only observed when using canon-freeze as a trigger to populate
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDDG.cpp194 DDGBuilder(*this, D, BBList).populate(); in DataDependenceGraph()
209 DDGBuilder(*this, D, BBList).populate(); in DataDependenceGraph()
H A DLazyCallGraph.cpp1780 N.populate(); in initNode()
1931 N.populate(); in buildRefSCCs()
1982 for (LazyCallGraph::Edge &E : N.populate()) in printNode()
2029 for (LazyCallGraph::Edge &E : N.populate()) { in printNodeDOT()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h59 void populate() { in populate() function
H A DLazyCallGraph.h364 EdgeSequence &populate() { in populate() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Transforms/
H A DPasses.td60 exposed as populate functions in include/mlir/Dialect/Tosa/Transforms/Passes.h
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A DCMakeLists.txt47 # its own options parsing and populate the Options struct itself.
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dinline-cs-noprobe.test8 …/inline-cs-noprobe.perfbin --output=%t --profile-summary-cold-count=0 --populate-profile-symbol-li…
H A Dinline-noprobe2.test8 …be2.perfscript --binary=%S/Inputs/inline-noprobe2.perfbin --output=%t --populate-profile-symbol-li…
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/SystemZ/
H A Dsub-xor.ll17 ; CHECK-NEXT: tail call void @populate(ptr noundef nonnull @ARR) #[[ATTR2:[0-9]+]]
153 call void @populate(ptr noundef @ARR)
201 declare dso_local void @populate(ptr noundef) #1
/llvm-project-15.0.7/clang/cmake/caches/
H A DREADME.txt4 This directory contains CMake cache scripts that pre-populate the CMakeCache in
/llvm-project-15.0.7/clang/runtime/
H A DCMakeLists.txt50 # Find all variables that start with COMPILER_RT and populate a variable with
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Ddomtree-updates.ll15 ; that function, and that the PredsOfPredBB set that is used to populate
/llvm-project-15.0.7/llvm/test/tools/obj2yaml/ELF/
H A Dshstrtab.yaml418 ## to populate the corresponding DWARF block. As a result, the original
421 ## string table to populate the DWARF block.
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp680 auto populate = [](void *result, intptr_t idx, in populateIRAffine() local
685 maps.data(), maps.size(), compressed.data(), populate); in populateIRAffine()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dsse1.ll13 ; This should not emit shuffles to populate the top 2 elements of the 4-element
/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DQuickstartRewrites.md257 the `match` function in a multi-step rewrite may populate and return a
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOpBase.td342 // Sample use: derive an entry from this class and populate the fields.
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-2.md522 // Add custom build methods for the constant operation. These methods populate
636 /// parser rules. These rules are used to populate an `mlir::OperationState`

12