Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/minikin/include/minikin/
H A DLineBreaker.h39 Greedy = 0, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DCGPassBuilderOption.h24 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/aosp_15_r20/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h92 Greedy enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/argh_shared/src/
Dlib.rs122 Greedy, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DCGPassBuilderOption.h23 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h102 Greedy enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h102 Greedy enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h102 Greedy enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h102 Greedy enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h101 Greedy enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h102 Greedy enumerator
/aosp_15_r20/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1401 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor()