Home
last modified time | relevance | path

Searched refs:Greedy (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DRegBankSelect.rst60 * **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 DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h102 Greedy enumerator
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllc.rst185 Greedy register allocator. It is the default for optimized code.
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp539 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 DCodeGenPassBuilder.h1004 else if (Opt.RegAlloc == RegAllocType::Greedy) in addRegAllocPass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
/openbsd-src/gnu/llvm/llvm/
H A DCREDITS.TXT385 D: Greedy register allocator
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1493 * *Greedy* --- *The default allocator*. This is a highly tuned implementation of