Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRecordOpts.cpp41 Greedy<Is<NoOp>>, in multiple_set_matrices()
59 Greedy<Is<NoOp>>,
78 Greedy<Or<Is<NoOp>, IsDraw>>,
152 Greedy<Not<Or<Is<Save>,
DSkRecordPattern.h99 struct Greedy {
160 int matchFirst(Greedy<T>* first, SkRecord* record, int i) {
/external/skia/tests/
DRecordPatternTest.cpp81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern; in DEF_TEST()
102 Greedy<Not<Or<Is<Save>, in DEF_TEST()
/external/llvm/test/CodeGen/AArch64/GlobalISel/
Darm64-regbankselect.mir253 # Greedy mode coalesce the computation on the GPR register
276 ; Greedy mode remapped the instruction on the GPR bank.
299 # Greedy mode coalesce the computation on the GPR register because it
322 ; Greedy mode remapped the instruction on the GPR bank.
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h92 Greedy enumerator
/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp521 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1097 bool ARMFilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1110 if (AllowMixed && !Greedy) { in filterProcessor()
DFixedLenDecoderEmitter.cpp359 bool filterProcessor(bool AllowMixed, bool Greedy = true);
933 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
946 if (AllowMixed && !Greedy) { in filterProcessor()
/external/llvm/docs/CommandGuide/
Dllc.rst158 Greedy register allocator. It is the default for optimized code.
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp467 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1401 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1414 if (AllowMixed && !Greedy) { in filterProcessor()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp33 clEnumValN(RegBankSelect::Mode::Greedy, "regbankselect-greedy",
/external/swiftshader/third_party/LLVM/
DCREDITS.TXT286 D: Greedy register allocator
/external/llvm/
DCREDITS.TXT344 D: Greedy register allocator
/external/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT343 D: Greedy register allocator
/external/python/cpython2/Doc/howto/
Dregex.rst1284 Greedy versus Non-Greedy
/external/swiftshader/third_party/subzero/
DDESIGN.rst697 Future work is to implement LLVM's `Greedy
701 that the Greedy allocator also improved maintainability because a lot of hacks
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst697 Future work is to implement LLVM's `Greedy
701 that the Greedy allocator also improved maintainability because a lot of hacks
/external/llvm/docs/
DCodeGenerator.rst1431 * *Greedy* --- *The default allocator*. This is a highly tuned implementation of