Home
last modified time | relevance | path

Searched defs:Greedy (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDRegBankSelect.h102 Greedy enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDDecoderEmitter.cpp1572 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor()