Home
last modified time | relevance | path

Searched defs:match (Results 1 – 25 of 151) sorted by relevance

1234567

/llvm-project/llvm/test/MC/AArch64/SVE2/
H A Dmatch-diagnostics.s6 match p0.b, p8/z, z0.b, z0.b label
15 match p0.b, p0/m, z0.b, z0.b label
24 match p0.s, p0/z, z0.b, z0.b label
29 match p0.d, p0/z, z0.b, z0.b label
37 match p0.b, p0/z, z0.s, z0.s label
42 match p0.b, p0/z, z0.d, z0.d label
52 match p0.b, p0/z, z0.b, z0.b label
58 match p0.b, p0/z, z0.b, z0.b label
H A Dmatch.s12 match p0.b, p0/z, z0.b, z0.b label
18 match p0.h, p0/z, z0.h, z0.h label
24 match p15.b, p7/z, z30.b, z31.b label
30 match p15.h, p7/z, z30.h, z31.h label
/llvm-project/lldb/tools/lldb-dap/syntaxes/
H A Ddisassembly.json9 "match": "^([A-Za-z0-9]+):\\s([A-Z0-9]{2}\\s)+>?\\s+(\\w+)", string
18 "match": "^libIGL.so\\[([A-Za-z0-9]+)\\]\\s+(\\<\\+[0-9]*\\>):\\s+([A-Za-z]+.?[A-Za-z]*)", string
27 "match": "^liblog.so\\[([A-Za-z0-9]+)\\]\\s+(\\<\\+[0-9]*\\>):\\s+([A-Za-z]+.?[A-Za-z]*)", string
36 "match": "(\\$|\\b)((0x)|[0-9])[A-Za-z0-9]+\\b" string
41 "match": "%[A-Za-z][A-Za-z0-9]*" string
46 "match": "r\\d+" string
51 "match": "(fp|sp|lr|pc|wzr|xzr)" string
56 "match": "(x|w)[0-9]+" string
61 "match": ";.*$" string
/llvm-project/mlir/include/mlir/Debug/BreakpointManagers/
H A DFileLineColLocBreakpointManager.h63 Breakpoint *match(const Action &action) const override { in match() function
66 if (auto match = matchFromLocation(op->getLoc())) in match() local
72 if (auto match = matchFromLocation(op.getLoc())) in match() local
78 if (auto match = matchFromLocation(region->getLoc())) in match() local
96 std::optional<Breakpoint *> match = std::nullopt; in matchFromLocation() local
/llvm-project/mlir/include/mlir/IR/
H A DMatchers.h42 bool match(Attribute attr) { match() function
53 bool match(Operation *op) { return op->hasTrait<OpTrait::ConstantLike>(); } match() function
59 bool match(Operation *op) { return op->getName().getStringRef() == name; } match() function
67 bool match(Operation *op) { return op->hasAttr(attrName); } match() function
84 bool match(Operation *op) { match() function
114 bool match(Operation *op) { match() function
134 bool match(Attribute attr) { match() function
145 bool match(Operation *op) { match() function
163 bool match(Attribute attr) { match() function
168 bool match(Operation *op) { match() function
182 bool match(Attribute attr) { match() function
193 bool match(Operation *op) { match() function
211 bool match(Attribute attr) { match() function
216 bool match(Operation *op) { match() function
225 bool match(Operation *op) { return isa<OpClass>(op); } match() function
256 bool match(Value op) const { return true; } match() function
263 bool match(Value op) const { match() function
272 bool match(Value val) const { return val == value; } match() function
295 bool match(Operation *op) { match() function
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h41 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
55 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
84 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
119 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
145 bool match(const MachineRegisterInfo &MRI, Register Reg) { in match() function
159 bool match(cons in GFCstAndRegMatch() function
173 bool match(const MachineRegisterInfo &MRI, Register Reg) { match() function
188 bool match(const MachineRegisterInfo &MRI, Register Reg) { match() function
204 bool match(const MachineRegisterInfo &MRI, Register Reg) { match() function
220 bool match(const MachineRegisterInfo &MRI, Register Reg) { match() function
248 bool match(const MachineRegisterInfo &MRI, Register Reg) { match() function
264 bool match(const MachineRegisterInfo &MRI, Register Reg) { return true; } match() function
265 bool match(const MachineRegisterInfo &MRI, MachineOperand *MO) { match() function
275 bool match(const MachineRegisterInfo &MRI, MatchSrc &&src) { match() function
[all...]
/llvm-project/mlir/utils/textmate/
H A Dmlir.json19 "match": "\/\/.*$", string
25 "match": "(\\W)?([0-9]+\\.[0-9]*)([eE][+-]?[0-9]+)?", string
29 "match": "([\\W])?(0x[0-9a-zA-Z]+)", string
37 "match": "([\\Wx])?([0-9]+)", string
55 "match": "\\\\[nt\"]", string
81 "match": "^\\s*(\\#\\w+)\\b\\s+\\=", string
89 "match": "^\\s*(\\!\\w+)\\b\\s+\\=", string
99 "match": "^\\s*(\\%[\\%\\w\\:\\,\\s]+)\\s+\\=\\s+([\\w\\.\\$\\-]+)\\b", string
114 "match": "^\\s*([\\w\\.\\$\\-]+)\\b(?=[^\\<\\:])", string
196 "match": "\\b(false|true|unit)\\b", string
[all …]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h28 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
33 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } match() function
44 template <typename ITy> bool match(ITy *V) { match() function
61 bool match(VPValue *VPV) { match() function
92 template <typename ITy> bool match(ITy *V) { match() function
[all...]
/llvm-project/llvm/utils/textmate/
H A Dtablegen.json39 "match": "\/\/.*$", string
62 "match": "^#ifdef\\s+(\\w+)", string
71 "match": "^#ifndef\\s+(\\w+)", string
80 "match": "^#else", string
84 "match": "#endif", string
88 "match": "#define\\s+(\\w+)", string
97 "match": "^include\\s+", string
115 "match": "\\\\['nt\"]", string
136 "match": "\\\\[nt\"]", string
151 "match": "\\b\\d+\\b", string
[all …]
/llvm-project/flang/include/flang/Optimizer/Support/
H A DMatcher.h26 template<typename... Ts> auto match(Ts... ts) { in match() function
29 template<typename... Ts> auto match(Ts... ts) const { in match() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h47 bool match(SDValue N, unsigned Opcode) const { in match() function
92 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { match() function
112 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { match() function
132 bool match(const MatchContext &Ctx, SDValue N) { match() function
145 bool match(const MatchContext &Ctx, SDValue N) { match() function
174 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { match() function
190 bool match(const MatchContext &Ctx, SDValue N) { match() function
216 bool match(const OrigMatchContext &, SDValue N) { match() function
233 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { match() function
250 bool match(const MatchContext &Ctx, SDValue N) { match() function
325 template <typename MatchContext> bool match(const MatchContext &, SDValue N) { match() function
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h49 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
53 template <typename Pattern> bool match(ArrayRef<int> Mask, const Pattern &P) { in match() function
62 template <typename OpTy> bool match(OpTy *V) { in match() function
76 template <typename OpTy> bool match(OpTy *V) { in match() function
88 template <typename ITy> bool match(IT function
146 template <typename ITy> bool match(ITy *V) { return check(V); } match() function
178 template <typename ITy> bool match(ITy *V) { match() function
199 template <typename ITy> bool match(ITy *V) { return !M.match(V); } match() function
214 template <typename ITy> bool match(ITy *V) { match() function
229 template <typename ITy> bool match(ITy *V) { match() function
256 template <typename ITy> bool match(ITy *V) { match() function
281 template <typename ITy> bool match(ITy *V) { match() function
332 template <typename ITy> bool match(ITy *V) { match() function
392 template <typename ITy> bool match(ITy *V) { match() function
418 template <typename ITy> bool match(ITy *V) { match() function
445 template <typename ITy> bool match(ITy *V) { match() function
604 template <typename ITy> bool match(ITy *V) { match() function
802 template <typename ITy> bool match(ITy *V) { match() function
871 template <typename ITy> bool match(ITy *V) { return V == Val; } match() function
884 template <typename ITy> bool match(ITy *const V) { return V == Val; } match() function
905 template <typename ITy> bool match(ITy *V) { match() function
928 template <typename ITy> bool match(ITy *V) { match() function
945 template <typename ITy> bool match(ITy *V) { match() function
960 template <typename ITy> bool match(ITy *V) { match() function
998 template <typename ITy> bool match(ITy *V) { match() function
1030 template <typename OpTy> bool match(OpTy *V) { match() function
1053 template <typename OpTy> bool match(OpTy *V) { match() function
1078 template <typename OpTy> inline bool match(unsigned Opc, OpTy *V) { match() function
1088 template <typename OpTy> bool match(OpTy *V) { return match(Opcode, V); } match() function
1119 template <typename OpTy> bool match(OpTy *V) { match() function
1250 template <typename OpTy> bool match(OpTy *V) { match() function
1352 template <typename OpTy> bool match(OpTy *V) { match() function
1371 template <typename OpTy> bool match(OpTy *V) { match() function
1434 template <typename OpTy> bool match(OpTy *V) { match() function
1535 template <typename OpTy> bool match(OpTy *V) { match() function
1562 template <typename OpTy> bool match(OpTy *V) { match() function
1605 template <typename OpTy> bool match(OpTy *V) { match() function
1621 template <typename OpTy> bool match(OpTy *V) { match() function
1640 template <typename OpTy> bool match(OpTy *V) { match() function
1670 template <typename OpTy> bool match(OpTy *V) { match() function
1726 template <typename OpTy> bool match(OpTy *V) { match() function
1738 bool match(ArrayRef<int> Mask) { match() function
1745 bool match(ArrayRef<int> Mask) { match() function
1753 bool match(ArrayRef<int> Mask) { return MaskRef == Mask; } match() function
1759 bool match(ArrayRef<int> Mask) { match() function
1776 template <typename OpTy> bool match(OpTy *V) { match() function
1833 template <typename OpTy> bool match(OpTy *V) { match() function
1845 template <typename OpTy> bool match(OpTy *V) { match() function
1859 template <typename OpTy> bool match(OpTy *V) { match() function
1874 template <typename OpTy> bool match(OpTy *V) { match() function
1886 template <typename OpTy> bool match(OpTy *V) { match() function
1906 template <typename OpTy> bool match(OpTy *V) { match() function
2065 template <typename OpTy> bool match(OpTy *V) { match() function
2086 template <typename OpTy> bool match(OpTy *V) { match() function
2122 template <typename OpTy> bool match(OpTy *V) { match() function
2163 static bool match(ICmpInst::Predicate Pred) { match() function
2170 static bool match(ICmpInst::Predicate Pred) { match() function
2177 static bool match(ICmpInst::Predicate Pred) { match() function
2184 static bool match(ICmpInst::Predicate Pred) { match() function
2191 static bool match(FCmpInst::Predicate Pred) { match() function
2198 static bool match(FCmpInst::Predicate Pred) { match() function
2205 static bool match(FCmpInst::Predicate Pred) { match() function
2212 static bool match(FCmpInst::Predicate Pred) { match() function
2342 template <typename OpTy> bool match(OpTy *V) { match() function
2408 template <typename OpTy> bool match(OpTy *V) { match() function
2428 template <typename OpTy> bool match(OpTy *V) { match() function
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h346 template<typename Fn> void match(Fn F) const { F(Array); } match() function
359 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } match() function
382 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } match() function
433 template<typename Fn> void match(Fn F) const { F(Child, Quals); } match() function
460 template<typename Fn> void match(Fn F) const { F(Ty); } match() function
476 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } match() function
490 template<typename Fn> void match(Fn F) const { F(Name); } match() function
506 template <typename Fn> void match(Fn F) const { F(Size, Signed); } match() function
525 template<typename Fn> void match(Fn F) const { F(Kind, Child); } match() function
541 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } match() function
560 template<typename Fn> void match(Fn F) const { F(Base, Tag); } match() function
578 template<typename Fn> void match(Fn F) const { F(Conditions); } match() function
597 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); } match() function
622 template<typename Fn> void match(Fn F) const { F(Pointee); } match() function
704 template<typename Fn> void match(Fn F) const { F(Pointee, RK); } match() function
747 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } match() function
781 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } match() function
815 template<typename Fn> void match(Fn F) const { match() function
864 template<typename Fn> void match(Fn F) const { F(E); } match() function
880 template<typename Fn> void match(Fn F) const { F(Types); } match() function
908 template <typename Fn> void match(Fn F) const { F(Base); } match() function
935 template<typename Fn> void match(Fn F) const { match() function
994 template<typename Fn> void match(Fn F) const { F(OpName); } match() function
1010 template<typename Fn> void match(Fn F) const { F(Special, Child); } match() function
1027 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } match() function
1044 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1062 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1082 template <typename Fn> void match(Fn F) const { match() function
1102 template <typename Fn> void match(Fn F) const { F(Module, Name); } match() function
1120 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } match() function
1138 template<typename Fn> void match(Fn F) const { F(Qualifier, Name); } match() function
1160 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } match() function
1178 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1195 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1219 template<typename Fn> void match(Fn F) const { F(Kind, Index); } match() function
1246 template <typename Fn> void match(Fn F) const { F(Param, Arg); } match() function
1264 template<typename Fn> void match(Fn F) const { F(Name); } match() function
1281 template<typename Fn> void match(Fn F) const { F(Constraint, Name); } match() function
1300 template<typename Fn> void match(Fn F) const { F(Name, Type); } match() function
1326 template <typename Fn> void match(Fn F) const { F(Name, Params, Requires); } match() function
1352 template<typename Fn> void match(Fn F) const { F(Param); } match() function
1399 template<typename Fn> void match(Fn F) const { F(Data); } match() function
1447 template<typename Fn> void match(Fn F) const { F(Elements); } match() function
1465 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1510 template<typename Fn> void match(Fn F) const { F(Params, Requires); } match() function
1608 template<typename Fn> void match(Fn F) const { F(Name, TemplateArgs); } match() function
1625 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1656 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1698 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1729 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } match() function
1744 template<typename Fn> void match(Fn F) const { F(Base); } match() function
1759 template<typename Fn> void match(Fn F) const { F(Count); } match() function
1783 template<typename Fn> void match(Fn F) const { match() function
1823 template<typename Fn> void match(Fn F) const { F(Bindings); } match() function
1845 template <typename Fn> void match(Fn F) const { match() function
1876 template <typename Fn> void match(Fn F) const { match() function
1896 template <typename Fn> void match(Fn F) const { match() function
1916 template <typename Fn> void match(Fn F) const { match() function
1939 template <typename Fn> void match(Fn F) const { match() function
1964 template<typename Fn> void match(Fn F) const { match() function
1995 template <typename Fn> void match(Fn F) const { match() function
2019 template <typename Fn> void match(Fn F) const { match() function
2044 template<typename Fn> void match(Fn F) const { F(Pack); } match() function
2063 template <typename Fn> void match(Fn F) const { match() function
2088 template<typename Fn> void match(Fn F) const { match() function
2123 template <typename Fn> void match(Fn F) const { match() function
2146 template <typename Fn> void match(Fn F) const { match() function
2163 template<typename Fn> void match(Fn F) const { F(Number); } match() function
2179 template <typename Fn> void match(Fn F) const { match() function
2204 template <typename Fn> void match(Fn F) const { match() function
2225 template<typename Fn> void match(Fn F) const { F(Ty, Inits); } match() function
2244 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); } match() function
2269 template<typename Fn> void match(Fn F) const { F(First, Last, Init); } match() function
2294 template<typename Fn> void match(Fn F) const { match() function
2336 template<typename Fn> void match(Fn F) const { F(Op); } match() function
2350 template<typename Fn> void match(Fn F) const { F(Value); } match() function
2363 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2378 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2397 template<typename Fn> void match(Fn F) const { F(Ty, Integer); } match() function
2419 template<typename Fn> void match(Fn F) const { F(Type, Value); } match() function
2446 template<typename Fn> void match(Fn F) const { F(Parameters, Requirements); } match() function
2476 template <typename Fn> void match(Fn F) const { match() function
2503 template <typename Fn> void match(Fn F) const { F(Type); } match() function
2518 template <typename Fn> void match(Fn F) const { F(Constraint); } match() function
2551 template<typename Fn> void match(Fn F) const { F(Contents); } match() function
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h491 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
347 template<typename Fn> void match(Fn F) const { F(Array); } match() function
360 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } match() function
383 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } match() function
434 template<typename Fn> void match(Fn F) const { F(Child, Quals); } match() function
461 template<typename Fn> void match(Fn F) const { F(Ty); } match() function
477 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } match() function
507 template <typename Fn> void match(Fn F) const { F(Size, Signed); } match() function
526 template<typename Fn> void match(Fn F) const { F(Kind, Child); } match() function
542 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } match() function
561 template<typename Fn> void match(Fn F) const { F(Base, Tag); } match() function
579 template<typename Fn> void match(Fn F) const { F(Conditions); } match() function
598 template<typename Fn> void match(Fn F) const { F(Ty, Protocol); } match() function
623 template<typename Fn> void match(Fn F) const { F(Pointee); } match() function
705 template<typename Fn> void match(Fn F) const { F(Pointee, RK); } match() function
748 template<typename Fn> void match(Fn F) const { F(ClassType, MemberType); } match() function
782 template<typename Fn> void match(Fn F) const { F(Base, Dimension); } match() function
816 template<typename Fn> void match(Fn F) const { match() function
865 template<typename Fn> void match(Fn F) const { F(E); } match() function
881 template<typename Fn> void match(Fn F) const { F(Types); } match() function
909 template <typename Fn> void match(Fn F) const { F(Base); } match() function
936 template<typename Fn> void match(Fn F) const { match() function
995 template<typename Fn> void match(Fn F) const { F(OpName); } match() function
1011 template<typename Fn> void match(Fn F) const { F(Special, Child); } match() function
1028 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } match() function
1045 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1063 template<typename Fn> void match(Fn F) const { F(Qual, Name); } match() function
1083 template <typename Fn> void match(Fn F) const { match() function
1103 template <typename Fn> void match(Fn F) const { F(Module, Name); } match() function
1121 template<typename Fn> void match(Fn F) const { F(Encoding, Entity); } match() function
1139 template<typename Fn> void match(Fn F) const { F(Qualifier, Name); } match() function
1161 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); } match() function
1179 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1196 template<typename Fn> void match(Fn F) const { F(Dimension); } match() function
1220 template<typename Fn> void match(Fn F) const { F(Kind, Index); } match() function
1247 template <typename Fn> void match(Fn F) const { F(Param, Arg); } match() function
1265 template<typename Fn> void match(Fn F) const { F(Name); } match() function
1282 template<typename Fn> void match(Fn F) const { F(Constraint, Name); } match() function
1301 template<typename Fn> void match(Fn F) const { F(Name, Type); } match() function
1327 template <typename Fn> void match(Fn F) const { F(Name, Params, Requires); } match() function
1353 template<typename Fn> void match(Fn F) const { F(Param); } match() function
1400 template<typename Fn> void match(Fn F) const { F(Data); } match() function
1448 template<typename Fn> void match(Fn F) const { F(Elements); } match() function
1466 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1511 template<typename Fn> void match(Fn F) const { F(Params, Requires); } match() function
1609 template<typename Fn> void match(Fn F) const { F(Name, TemplateArgs); } match() function
1626 template<typename Fn> void match(Fn F) const { F(Child); } match() function
1657 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1699 template<typename Fn> void match(Fn F) const { F(SSK); } match() function
1730 template<typename Fn> void match(Fn F) const { F(Basename, IsDtor, Variant); } match() function
1745 template<typename Fn> void match(Fn F) const { F(Base); } match() function
1760 template<typename Fn> void match(Fn F) const { F(Count); } match() function
1784 template<typename Fn> void match(Fn F) const { match() function
1824 template<typename Fn> void match(Fn F) const { F(Bindings); } match() function
1846 template <typename Fn> void match(Fn F) const { match() function
1877 template <typename Fn> void match(Fn F) const { match() function
1897 template <typename Fn> void match(Fn F) const { match() function
1917 template <typename Fn> void match(Fn F) const { match() function
1940 template <typename Fn> void match(Fn F) const { match() function
1965 template<typename Fn> void match(Fn F) const { match() function
1996 template <typename Fn> void match(Fn F) const { match() function
2020 template <typename Fn> void match(Fn F) const { match() function
2045 template<typename Fn> void match(Fn F) const { F(Pack); } match() function
2064 template <typename Fn> void match(Fn F) const { match() function
2089 template<typename Fn> void match(Fn F) const { match() function
2124 template <typename Fn> void match(Fn F) const { match() function
2147 template <typename Fn> void match(Fn F) const { match() function
2164 template<typename Fn> void match(Fn F) const { F(Number); } match() function
2180 template <typename Fn> void match(Fn F) const { match() function
2205 template <typename Fn> void match(Fn F) const { match() function
2226 template<typename Fn> void match(Fn F) const { F(Ty, Inits); } match() function
2245 template<typename Fn> void match(Fn F) const { F(Elem, Init, IsArray); } match() function
2270 template<typename Fn> void match(Fn F) const { F(First, Last, Init); } match() function
2295 template<typename Fn> void match(Fn F) const { match() function
2337 template<typename Fn> void match(Fn F) const { F(Op); } match() function
2351 template<typename Fn> void match(Fn F) const { F(Value); } match() function
2364 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2379 template<typename Fn> void match(Fn F) const { F(Type); } match() function
2398 template<typename Fn> void match(Fn F) const { F(Ty, Integer); } match() function
2420 template<typename Fn> void match(Fn F) const { F(Type, Value); } match() function
2447 template<typename Fn> void match(Fn F) const { F(Parameters, Requirements); } match() function
2477 template <typename Fn> void match(Fn F) const { match() function
2504 template <typename Fn> void match(Fn F) const { F(Type); } match() function
2519 template <typename Fn> void match(Fn F) const { F(Constraint); } match() function
2552 template<typename Fn> void match(Fn F) const { F(Contents); } match() function
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DProgramState.py29 def match(self, other) -> bool: member in SourceLocation
74 def match(self, other) -> bool: member in StackFrame
115 def match(self, other) -> bool: member in ProgramState
/llvm-project/mlir/utils/vscode/
H A Dpdll-grammar.json37 "match": "\/\/.*$", string
51 "match": "\\\\[nt\"]", string
55 "match": "\\\\.", string
76 "match": "\\\\[nt\"]", string
80 "match": "\\\\.", string
91 "match": "[0-9]+", string
97 "match": "(#include)", string
105 "match": "\\b([aA-zZ_0-9]*)\\b\\s*:\\s*([aA-zZ_0-9]+)\\b(\\<([^\\>]+)\\>)?", string
119 "match": "(\\(|\\>|,)\\s*([aA-zZ_0-9]+)\\b(\\<([^\\>]+)\\>)?\\s*(?=[^:])", string
248 "match": "\\b(with)\\b", string
[all …]
/llvm-project/mlir/include/mlir/Query/Matcher/
H A DMatchersInternal.h43 bool match(Operation *op) override { return matcherFn.match(op); } in match() function
64 bool match(Operation *op) const { return implementation->match(op); } in match() function
/llvm-project/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_not_eol.pass.cpp56 std::smatch match; in main() local
67 std::smatch match; in main() local
/llvm-project/lld/Common/
H A DStrings.cpp42 return ExactMatch ? (ExactPattern == s) : GlobPatternMatcher.match(s); in match() function in StringMatcher
38 bool SingleStringMatcher::match(StringRef s) const { match() function in SingleStringMatcher
/llvm-project/clang/unittests/AST/
H A DDeclMatcher.h32 NodeType *match(const Decl *D, const MatcherType &AMatcher) { in match() function
64 unsigned match(const Decl *D, const MatcherType &AMatcher) { in match() function
H A DMatchVerifier.h36 testing::AssertionResult match(const std::string &Code, in match() function
43 testing::AssertionResult match(const std::string &Code, in match() function
81 MatchVerifier<NodeType>::match(const std::string &Code, in match() function
148 testing::AssertionResult MatchVerifier<NodeType>::match( match() function
[all...]
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DPattern.h159 LogicalResult match(Operation *op) const final { match() function
171 virtual LogicalResult match(SourceOp op) const { match() function
/llvm-project/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h194 template <typename T> void match(const T &Node, ASTContext &Context) { in match() function
302 SmallVector<BoundNodes, 1> match(MatcherT Matcher, const DynTypedNode &Node, in match() function
313 match(MatcherT Matcher, const NodeT &Node, ASTContext &Context) { in match() function
319 match(MatcherT Matcher, ASTContext &Context) { in match() function
/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) { in NameMatches()

1234567