Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h92 Greedy enumerator
/external/rust/crates/argh_shared/src/
Dlib.rs122 Greedy, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h102 Greedy enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h101 Greedy enumerator
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1401 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor()