Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h102 Greedy enumerator
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp541 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1522 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1535 if (AllowMixed && !Greedy) { in filterProcessor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp57 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",