Home
last modified time | relevance | path

Searched defs:Patterns (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/mlir/docs/
H A DPatternRewriter.md25 ### Benefit
38 ### Root Operation Name (Optional)
48 ### `match` and `rewrite` implementation
109 ### Application Recursion
128 ### Debug Names and Labels
158 ### Initialization
183 ### Construction
H A DCAPI.md137 ### Indexed Components
157 ### Iterable Components
H A DDialectConversion.md202 #### Type Safety
H A DPDLL.md266 ### Patterns subsection
309 #### Pattern metadata
356 #### Single Line "Lambda" Body
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPTrace.cpp136 SmallVector<StringRef, 32> Patterns; in main() local
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp82 std::vector<std::string> Patterns; in GetAllowedSymbolPatterns() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCInstPrinter.cpp138 ArrayRef<AliasPattern> Patterns = in matchAliasPatterns() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp156 std::vector<const PatternToMatch*> Patterns; in run() local
H A DAsmWriterEmitter.cpp1058 std::string Patterns; in EmitPrintAliasInstruction() local
H A DCodeGenDAGPatterns.cpp4356 std::vector<Record*> Patterns = Records.getAllDerivedDefinitions("Pattern"); in ParsePatterns() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp551 SmallVector<MachineCombinerPattern, 16> &Patterns) { in verifyPatternOrder()
605 SmallVector<MachineCombinerPattern, 16> Patterns; in combineInstructions() local
H A DTargetInstrInfo.cpp776 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstPrinter.h182 ArrayRef<AliasPattern> Patterns; member
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp567 llvm::SmallVector<Pattern, 8> Patterns; member in clang::ast_matchers::internal::__anon825a68340811::PatternSet
582 PatternSet Patterns(Names); in matchesNodeFullFast() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4920 SmallVectorImpl<MachineCombinerPattern> &Patterns) { in getMaddPatterns()
5061 SmallVectorImpl<MachineCombinerPattern> &Patterns) { in getFMAPatterns()
5204 SmallVectorImpl<MachineCombinerPattern> &Patterns) { in getFMULPatterns()
5376 SmallVectorImpl<MachineCombinerPattern> &Patterns) in getMiscPatterns()
5415 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp368 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getFMAPatterns()
760 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp191 std::vector<GlobPattern> Patterns; member