Searched refs:Greedy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 25 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 D | RegBankSelect.h | 102 Greedy enumerator
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 627 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 D | RegBankSelect.cpp | 57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | CodeGenPassBuilder.h | 1177 case RegAllocType::Greedy: in addRegAllocPass()
|