Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h25 enum class RegAllocType { Unset, Default, Basic, Fast, Greedy, PBQP }; enumerator
37 addLiteralOption("greedy", RegAllocType::Greedy, in initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h102 Greedy enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp627 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1561 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1574 if (AllowMixed && !Greedy) { in filterProcessor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h1177 case RegAllocType::Greedy: in addRegAllocPass()