Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp119 SmallVector<MachineCombinerPattern, 16> &Patterns);
472 SmallVector<MachineCombinerPattern, 16> &Patterns) { in verifyPatternOrder() argument
475 for (auto P : Patterns) { in verifyPatternOrder()
523 SmallVector<MachineCombinerPattern, 16> Patterns; in combineInstructions() local
551 if (!TII->getMachineCombinerPatterns(MI, Patterns)) in combineInstructions()
555 verifyPatternOrder(MBB, MI, Patterns); in combineInstructions()
557 for (auto P : Patterns) { in combineInstructions()
DTargetInstrInfo.cpp744 SmallVectorImpl<MachineCombinerPattern> &Patterns) const { in getMachineCombinerPatterns()
752 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_YB); in getMachineCombinerPatterns()
753 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_YB); in getMachineCombinerPatterns()
755 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_BY); in getMachineCombinerPatterns()
756 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_BY); in getMachineCombinerPatterns()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInstPrinter.cpp117 ArrayRef<AliasPattern> Patterns = in matchAliasPatterns() local
118 M.Patterns.slice(It->PatternStart, It->NumPatterns); in matchAliasPatterns()
119 for (const AliasPattern &P : Patterns) { in matchAliasPatterns()
/third_party/boost/libs/phoenix/doc/
Dreferences.qbk26 # Generic Programming Redesign of Patterns, Proceedings of the 5th European
34 # Design Patterns, Elements of Reusable Object-Oriented Software, Erich Gamma,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.def18 // Patterns for lowering fcmp. These are expected to be used in the following
54 // Patterns for lowering icmp.
/third_party/boost/libs/spirit/doc/
Dreferences.qbk26 Generic Programming Redesign of Patterns]
35 and John Vlissides] [Design Patterns, Elements of Reusable Object-Oriented Software.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h149 ArrayRef<AliasPattern> Patterns; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrCall.td121 // Patterns for matching a direct call to a global address.
150 // Patterns for matching a direct call to an external symbol.
DWebAssemblyInstrAtomics.td486 // Patterns for various addressing modes.
554 // Patterns for various addressing modes for truncating-extending binary RMWs.
699 // Patterns for various addressing modes.
759 // Patterns for various addressing modes for truncating-extending ternary RMWs.
/third_party/cef/
DCHROMIUM_UPDATE.txt63 # Patterns that should not be found in the chromium/src directory after
/third_party/mesa3d/src/amd/compiler/tests/
DREADME.md11 Patterns can define variables which can be accessed in both python code and the pattern itself. The…
/third_party/boost/libs/sort/doc/
Dbibliography.qbk72 [4] Structured Parallel Programming: Patterns for Efficient Computation (Michael McCool, James Rein…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstructions.td680 // VOP1 Patterns
767 // VOP2 Patterns
1275 /********** Immediate Patterns **********/
1354 /********** Intrinsic Patterns **********/
1384 // VOP3 Patterns
1431 // SAD Patterns
1450 // Conversion Patterns
1666 // Miscellaneous Patterns
1892 // Fract Patterns
1925 // Miscellaneous Optimization Patterns
DAMDGPUGISel.td1 //===-- AMDGPUGIsel.td - AMDGPU GlobalISel Patterns---------*- tablegen -*-===//
/third_party/python/Doc/reference/
Dcompound_stmts.rst661 Patterns section in The :keyword:`!match` statement
699 OR Patterns argument
720 AS Patterns argument
739 Literal Patterns argument
769 Capture Patterns argument
794 Wildcard Patterns argument
811 Value Patterns argument
838 Group Patterns argument
852 Sequence Patterns argument
934 Mapping Patterns argument
[all …]
/third_party/icu/docs/userguide/strings/
Dunicodeset.md48 ## UnicodeSet Patterns
50 Patterns are a series of characters bounded by square brackets that contain
138 ### Character Quoting and Escaping in Unicode Set Patterns argument
/third_party/flutter/skia/src/sfnt/
DSkPanose.h445 Patterns = 8, enumerator
/third_party/skia/src/sfnt/
DSkPanose.h445 Patterns = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips64r6InstrInfo.td204 // Patterns and Pseudo Instructions
305 // Patterns used for matching away redundant sign extensions.
DMicroMipsInstrFPU.td398 // Floating Point Patterns
401 // Patterns for loads/stores with a reg+imm operand.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h227 SmallVectorImpl<MachineCombinerPattern> &Patterns) const override;
/third_party/boost/libs/xpressive/doc/
Dtips_n_tricks.qbk12 [h2 Compile Patterns Once And Reuse Them]
/third_party/boost/libs/functional/factory/doc/
Dfactory.qbk139 for their composition, Design Patterns that describe callback mechanisms
420 # [@http://en.wikipedia.org/wiki/Design_Patterns Design Patterns],
/third_party/pcre2/pcre2/doc/
Dpcre2grep.txt21 Patterns, whether supplied on the command line or in a separate file,
69 Patterns can be no longer than 8KiB or BUFSIZ bytes, whichever is the
91 Patterns that can match an empty string are accepted, but empty string
126 Patterns passed from the command line are strings that are terminated
350 contains no patterns and therefore matches nothing. Patterns
515 continue on one or more subsequent lines. Patterns used with
778 pattern match. Patterns themselves, however, must still be
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrVecCompiler.td1 //===- X86InstrVecCompiler.td - Vector Compiler Patterns ---*- tablegen -*-===//
56 // Patterns for insert_subvector/extract_subvector to/from index=0

123456