| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/ |
| H A D | Passes.h | 29 enum FusionMode { Greedy, ProducerConsumer, Sibling }; enumerator 77 enum FusionMode fusionMode = FusionMode::Greedy);
|
| H A D | Passes.td | 167 "mlir::FusionMode::Greedy", "fusion mode to attempt", 168 "llvm::cl::values(clEnumValN(mlir::FusionMode::Greedy,"
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | sgpr-regalloc-flags.ll | 18 ; DEFAULT: Greedy Register Allocator 23 ; DEFAULT-NEXT: Greedy Register Allocator 51 ; BASIC-DEFAULT-NEXT: Greedy Register Allocator 58 ; DEFAULT-BASIC: Greedy Register Allocator
|
| H A D | llc-pipeline.ll | 340 ; GCN-O1-NEXT: Greedy Register Allocator 345 ; GCN-O1-NEXT: Greedy Register Allocator 630 ; GCN-O1-OPTS-NEXT: Greedy Register Allocator 635 ; GCN-O1-OPTS-NEXT: Greedy Register Allocator 922 ; GCN-O2-NEXT: Greedy Register Allocator 927 ; GCN-O2-NEXT: Greedy Register Allocator 1227 ; GCN-O3-NEXT: Greedy Register Allocator 1232 ; GCN-O3-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/docs/GlobalISel/ |
| H A D | RegBankSelect.rst | 60 * **Greedy** --- For each instruction, pick the cheapest of several 69 On AArch64, we are considering using the Greedy mode even at -O0 (or perhaps at
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-opt-remarks-lazy-bfi.ll | 26 ; HOTNESS-NEXT: Executing Pass 'Greedy Register Allocator'
|
| H A D | O3-pipeline.ll | 173 ; CHECK-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | opt-pipeline.ll | 147 ; CHECK-NEXT: Greedy Register Allocator 149 ; CHECK-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 102 Greedy enumerator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | O3-pipeline.ll | 122 ; CHECK-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llc.rst | 185 Greedy register allocator. It is the default for optimized code.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | O3-pipeline.ll | 133 ; CHECK-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 551 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1532 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1545 if (AllowMixed && !Greedy) { in filterProcessor()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | O3-pipeline.ll | 166 ; CHECK-NEXT: Greedy Register Allocator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | arm64-regbankselect.mir | 315 ; Greedy mode remapped the instruction on the GPR bank. 348 ; Greedy mode remapped the instruction on the GPR bank.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenPassBuilder.h | 1020 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CREDITS.TXT | 385 D: Greedy register allocator
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PatternRewriter.md | 323 ### Greedy Pattern Rewrite Driver
|
| H A D | Bufferization.md | 53 * **Greedy**: Operations are analyzed one-by-one and it is decided on the spot
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodeGenerator.rst | 1493 * *Greedy* --- *The default allocator*. This is a highly tuned implementation of
|