| /llvm-project-15.0.7/llvm/utils/ |
| H A D | schedcover.py | 13 models = set() variable 17 global table, models 21 models.add(model) 32 global table, models 36 models.discard("default") 37 models.discard("itinerary") 41 ordered_models.extend(sorted(models))
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-var-template.cpp | 40 template<typename... T> A<T...> models; variable 41 …template<> struct B models<>; // expected-error {{incomplete type 'struct B'}} expected-note {{for… variable
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CMakeLists.txt | 3 set(LLVM_INLINER_MODEL_PATH_DEFAULT "models/inliner-Oz") 12 "models/gen-inline-oz-test-model.py"
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 117 VPBasicBlock and VPRegionBlock, see below. VPBlockBase models the hierarchical 119 BasicBlock, a VPBlockBase models its control-flow successors and predecessors 132 VPRegionBlock is a subclass of VPBlockBase. It models a collection of 150 models a constant or a live-in Value in VPlan. It has users, which are of type 163 A VPInstruction is both a VPRecipe and a VPUser. It models a single 181 the Hierarchical CFG models the planned control-flow, and Recipes capture 202 This effectively models masks in VPlan, facilitating VPlan-based predication.
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | ThreadingSupportAPI.rst | 11 Libc++ supports using multiple different threading models and configurations 13 These different models provide entirely different interfaces from each
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | non-simple-memory-accesses.ll | 4 ; how to handle them correctly and the Alias Set Tracker models some of them
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | TensorFlowCompile.cmake | 33 message(WARNING "Autogenerated mock models should not be used in production builds.") 99 " Some reference models are also periodically released there.")
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MLRegalloc/ |
| H A D | dev-rel-equivalence.ll | 15 ; RUN: %python %S/../../../lib/Analysis/models/gen-regalloc-eviction-test-model.py %t
|
| H A D | dev-mode-logging.ll | 16 ; RUN: %python %S/../../../lib/Analysis/models/gen-regalloc-eviction-test-model.py %t
|
| H A D | dev-mode-log-2-fcts.ll | 15 ; RUN: %python %S/../../../lib/Analysis/models/gen-regalloc-eviction-test-model.py %t
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CMakeLists.txt | 3 set(LLVM_RAEVICT_MODEL_PATH_DEFAULT "models/regalloc-eviction") 12 "../Analysis/models/gen-regalloc-eviction-test-model.py"
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/ |
| H A D | ml-test-development-mode.ll | 10 ; RUN: %python %S/../../../../lib/Analysis/models/gen-inline-oz-test-model.py %t
|
| H A D | development-training-log.ll | 5 ; RUN: %python %S/../../../../lib/Analysis/models/gen-inline-oz-test-model.py %t
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZ.td | 22 // SystemZ subtarget scheduling models
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | HowToUseInstrMappings.rst | 24 TableGen uses relationship models to map instructions with each other. These 25 models are described using ``InstrMapping`` class as a base. Each model sets 28 models and uses the information to construct relation tables which relate
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 11 // MCInstPredicate definitions are used by target scheduling models to describe 33 // MCInstPredicate definitions are typically used by scheduling models to 285 // Instances of this class can be used by processor scheduling models to 302 // Used by processor models to describe dependency breaking instructions. 356 // Convenience classes and definitions used by processor scheduling models to
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | misched-fp-basic.ll | 9 ; Check the latency of instructions for processors with sched-models
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/TransformOps/ |
| H A D | BufferizationTransformOps.td | 39 external models must be registered when applying this transform op;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-combiner-madd.ll | 1 ; Test all AArch64 subarches with scheduling models.
|
| H A D | global-merge-group-by-use.ll | 45 ; Sanity-check (don't worry about cost models) that we pick the biggest subset
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | GPU.md | 28 require special buffers. Rationale: although the underlying models declare
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-calls.ll | 26 ; Calls to weak function requires a TOC restore 'nop' with all code models
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | pic-models.ll | 12 ; TODO: Check other relocation models?
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dead-stores.m | 37 // This test case was a false positive due to how clang models
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBarrierOps.td | 45 TessellationControl, GLCompute, or Kernel execution models. There is no
|