Searched refs:Greedy (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | CGPassBuilderOption.h | 23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; 24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; global() enumerator
|
/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 | 566 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1572 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1585 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/lib/Target/ARM/ |
H A D | ARMInstrInfo.td | 6540 // Pseudo Instructions for use when early-clobber is defined and Greedy Register
|