Home
last modified time | relevance | path

Searched refs:Patterns (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp127 std::vector<const PatternToMatch*> Patterns; in run() local
130 Patterns.push_back(&*I); in run()
134 std::sort(Patterns.begin(), Patterns.end(), PatternSortingPredicate(CGP)); in run()
139 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) { in run()
141 if (Matcher *M = ConvertPatternToMatcher(*Patterns[i], Variant, CGP)) in run()
DCodeGenDAGPatterns.cpp2864 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern"); in ParsePatterns() local
2866 for (unsigned i = 0, e = Patterns.size(); i != e; ++i) { in ParsePatterns()
2867 Record *CurPattern = Patterns[i]; in ParsePatterns()
/external/hyphenation/
DREADME.compound28 Patterns for word endings (patterns with ellipses) match the
/external/libvpx/examples/
Dvp8_scalable_patterns.txt2 VP8 Scalable Frame Patterns
/external/valgrind/main/none/tests/
Dcmdline1.stdout.exp68 text symbol. Patterns can contain ? and *.
Dcmdline2.stdout.exp68 text symbol. Patterns can contain ? and *.
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td15 // MBlaze Operand, Complex Patterns and Transformations Definitions.
217 // Patterns for Floating Point Instructions
DMBlazeInstrInfo.td68 // MBlaze Operand, Complex Patterns and Transformations Definitions.
/external/markdown/docs/
Drelease-2.0.txt42 Artem also refactored the Inline Patterns to better support nested patterns
Dwriting_extensions.txt60 <h3 id="inlinepatterns">Inline Patterns</h3>
62 Inline Patterns implement the inline HTML element syntax for Markdown such as
172 Sometimes, pre/tree/postprocessors and Inline Patterns aren't going to do what
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider_unittest.cc258 TEST_F(PrefProviderTest, Patterns) { in TEST_F() argument
Dhost_content_settings_map_unittest.cc176 TEST_F(HostContentSettingsMapTest, Patterns) { in TEST_F() argument
/external/libvpx/
Dexamples.mk86 vp8_scalable_patterns.DESCRIPTION = VP8 Scalable Bitstream Patterns
/external/chromium/chrome/browser/extensions/
Dextension_context_menu_browsertest.cc219 IN_PROC_BROWSER_TEST_F(ExtensionContextMenuBrowserTest, Patterns) { in IN_PROC_BROWSER_TEST_F() argument
/external/icu4c/data/unidata/
DBlocks.txt114 2800..28FF; Braille Patterns
/external/pcre/doc/
Dpcregrep.txt20 Patterns, whether supplied on the command line or in a separate file,
52 Patterns are limited to 8K or BUFSIZ characters, whichever is the
72 Patterns that can match an empty string are accepted, but empty string
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td335 // Non-Instruction Patterns
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td345 // Floating Point Patterns
DMipsInstrInfo.td123 // Mips Operand, Complex Patterns and Transformations Definitions.
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info52 * Patterns:: Patterns
104 Patterns
288 File: flex.info, Node: Format, Next: Patterns, Prev: Examples, Up: Top
366 File: flex.info, Node: Patterns, Next: Matching, Prev: Format, Up: Top
368 Patterns
575 File: flex.info, Node: Matching, Next: Actions, Prev: Patterns, Up: Top
2931 Node: Patterns11637
Dflex.texi129 * Patterns:: Patterns
181 @item Patterns
373 @node Format, Patterns, Examples, Top
470 @node Patterns, Matching, Format, Top
471 @section Patterns
699 @node Matching, Actions, Patterns, Top
/external/llvm/lib/Target/X86/
DX86InstrFragmentsSIMD.td154 // SSE Complex Patterns
DX86InstrCompiler.td1 //===- X86InstrCompiler.td - Compiler Pseudos and Patterns -*- tablegen -*-===//
1450 // EFLAGS-defining Patterns
1532 // Patterns for nodes that do not produce flags, for instructions that do.
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td678 // Instruction Patterns
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td781 // Non-Instruction Patterns

12