Searched refs:Greedy (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.h | 102 Greedy enumerator
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llc.rst | 185 Greedy register allocator. It is the default for optimized code.
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 539 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1520 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1533 if (AllowMixed && !Greedy) { in filterProcessor()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | CodeGenPassBuilder.h | 1004 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CREDITS.TXT | 385 D: Greedy register allocator
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CodeGenerator.rst | 1493 * *Greedy* --- *The default allocator*. This is a highly tuned implementation of
|